Interface ObjectShortPair<T>
- All Superinterfaces:
Comparable<ObjectShortPair<T>>, Serializable
- All Known Implementing Classes:
ObjectShortPairImpl
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, short).
- See Also:
-
Method Summary
Methods inherited from interface Comparable
compareTo
-
Method Details
-
getOne
T getOne() -
getTwo
short getTwo()
-