public class IntCharPairImpl extends Object implements IntCharPair
| Modifier and Type | Method and 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–2022. All rights reserved.