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