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