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