Interface ShortObjectPair<T>

All Superinterfaces:
Comparable<ShortObjectPair<T>>, Serializable
All Known Implementing Classes:
ShortObjectPairImpl

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

    Modifier and Type
    Method
    Description
    short
     
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      short getOne()
    • getTwo

      T getTwo()