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