Interface ObjectCharPair<T>

All Superinterfaces:
Comparable<ObjectCharPair<T>>, Serializable
All Known Implementing Classes:
ObjectCharPairImpl

public interface ObjectCharPair<T>
extends Serializable, Comparable<ObjectCharPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, char).
See Also:
This file was automatically generated from template file objectPrimitivePair.stg
  • Method Summary

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

    Methods inherited from interface java.lang.Comparable

    compareTo