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