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