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