Interface ObjectBooleanPair<T>
-
- All Superinterfaces:
Comparable<ObjectBooleanPair<T>>,Serializable
public interface ObjectBooleanPair<T> extends Serializable, 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 TgetOne()booleangetTwo()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getOne
T getOne()
-
getTwo
boolean getTwo()
-
-