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