public class ShortLongPairImpl extends Object implements ShortLongPair
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ShortLongPair that) |
boolean |
equals(Object o) |
short |
getOne() |
long |
getTwo() |
int |
hashCode() |
String |
toString() |
public short getOne()
getOne
in interface ShortLongPair
public long getTwo()
getTwo
in interface ShortLongPair
public int compareTo(ShortLongPair that)
compareTo
in interface Comparable<ShortLongPair>
Copyright © 2004–2016. All rights reserved.