Interface ObjectBytePair<T>

All Superinterfaces:
Comparable<ObjectBytePair<T>>, Serializable
All Known Implementing Classes:
ObjectBytePairImpl

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

    Modifier and Type
    Method
    Description
     
    byte
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      T getOne()
    • getTwo

      byte getTwo()