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