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