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