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