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