Interface ObjectBooleanPair<T>
-
- All Superinterfaces:
java.lang.Comparable<ObjectBooleanPair<T>>
,java.io.Serializable
- All Known Implementing Classes:
ObjectBooleanPairImpl
public interface ObjectBooleanPair<T> extends java.io.Serializable, java.lang.Comparable<ObjectBooleanPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, boolean).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getOne()
boolean
getTwo()
-
-
-
Method Detail
-
getOne
T getOne()
-
getTwo
boolean getTwo()
-
-