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