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 ShortLongPairpublic long getTwo()
getTwo in interface ShortLongPairpublic int compareTo(ShortLongPair that)
compareTo in interface Comparable<ShortLongPair>Copyright © 2004–2022. All rights reserved.