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