Interface ObjectBooleanPair<T>
- All Superinterfaces:
Comparable<ObjectBooleanPair<T>>, Serializable
- All Known Implementing Classes:
ObjectBooleanPairImpl
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, boolean).
- See Also:
-
Method Summary
Methods inherited from interface Comparable
compareTo
-
Method Details
-
getOne
T getOne() -
getTwo
boolean getTwo()
-