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