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