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