Interface ObjectBooleanPair<T>

All Superinterfaces:
Comparable<ObjectBooleanPair<T>>, Serializable
All Known Implementing Classes:
ObjectBooleanPairImpl

public interface ObjectBooleanPair<T> extends Serializable, Comparable<ObjectBooleanPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, boolean).
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      T getOne()
    • getTwo

      boolean getTwo()