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