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:
This file was automatically generated from template file primitiveObjectPair.stg
  • Method Summary

    Modifier and Type Method Description
    boolean getOne()  
    T getTwo()  

    Methods inherited from interface java.lang.Comparable

    compareTo