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