Serializable
, Comparable<T>
, ObjectBooleanPair<T>
public class ObjectBooleanPairImpl<T> extends Object implements ObjectBooleanPair<T>
Modifier and Type | Method | 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<T>
Copyright © 2004–2017. All rights reserved.