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