Serializable
, Comparable<ByteCharPair>
, ByteCharPair
public class ByteCharPairImpl extends Object implements ByteCharPair
Modifier and Type | Method | 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–2019. All rights reserved.