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