Interface BooleanObjectPair<T>

All Superinterfaces:
Comparable<BooleanObjectPair<T>>, Serializable
All Known Implementing Classes:
BooleanObjectPairImpl

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

    Modifier and Type
    Method
    Description
    boolean
     
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      boolean getOne()
    • getTwo

      T getTwo()