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