java.io.Serializable, java.lang.Comparable<ByteShortPair>, ByteShortPairpublic class ByteShortPairImpl extends java.lang.Object implements ByteShortPair
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(ByteShortPair that) |
|
boolean |
equals(java.lang.Object o) |
|
byte |
getOne() |
|
short |
getTwo() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public byte getOne()
getOne in interface ByteShortPairpublic short getTwo()
getTwo in interface ByteShortPairpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(ByteShortPair that)
compareTo in interface java.lang.Comparable<ByteShortPair>Copyright © 2004–2017. All rights reserved.