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