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