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