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