Interface ObjectShortPair<T>
-
- All Superinterfaces:
java.lang.Comparable<ObjectShortPair<T>>
,java.io.Serializable
- All Known Implementing Classes:
ObjectShortPairImpl
public interface ObjectShortPair<T> extends java.io.Serializable, java.lang.Comparable<ObjectShortPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, short).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getOne()
short
getTwo()
-
-
-
Method Detail
-
getOne
T getOne()
-
getTwo
short getTwo()
-
-