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