Interface ByteObjectPair<T>
-
- All Superinterfaces:
Comparable<ByteObjectPair<T>>,Serializable
public interface ByteObjectPair<T> extends Serializable, Comparable<ByteObjectPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(byte, Object).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description bytegetOne()TgetTwo()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getOne
byte getOne()
-
getTwo
T getTwo()
-
-