java.io.Serializable, java.lang.Comparable<ByteLongPair>, ByteLongPairpublic class ByteLongPairImpl extends java.lang.Object implements ByteLongPair
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(ByteLongPair that) |
|
boolean |
equals(java.lang.Object o) |
|
byte |
getOne() |
|
long |
getTwo() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public byte getOne()
getOne in interface ByteLongPairpublic long getTwo()
getTwo in interface ByteLongPairpublic 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(ByteLongPair that)
compareTo in interface java.lang.Comparable<ByteLongPair>Copyright © 2004–2020. All rights reserved.