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