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