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