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