Interface ByteObjectPair<T>

All Superinterfaces:
Comparable<ByteObjectPair<T>>, Serializable
All Known Implementing Classes:
ByteObjectPairImpl

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

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

    Methods inherited from interface java.lang.Comparable

    compareTo