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