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