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:
  • Method Summary

    Modifier and Type
    Method
    Description
    char
     
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      char getOne()
    • getTwo

      T getTwo()