public class CharIntPairImpl extends Object implements CharIntPair
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CharIntPair that) |
boolean |
equals(Object o) |
char |
getOne() |
int |
getTwo() |
int |
hashCode() |
String |
toString() |
public char getOne()
getOne in interface CharIntPairpublic int getTwo()
getTwo in interface CharIntPairpublic int compareTo(CharIntPair that)
compareTo in interface Comparable<CharIntPair>Copyright © 2004–2022. All rights reserved.