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 CharBytePair
public byte getTwo()
getTwo
in interface CharBytePair
public int compareTo(CharBytePair that)
compareTo
in interface Comparable<CharBytePair>
Copyright © 2004–2016. All rights reserved.