Interface CharObjectPair<T>

All Superinterfaces:
Comparable<CharObjectPair<T>>, Serializable
All Known Implementing Classes:
CharObjectPairImpl

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

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

    Methods inherited from interface java.lang.Comparable

    compareTo