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