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