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