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