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