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