Interface IntObjectPair<T>
- All Superinterfaces:
Comparable<IntObjectPair<T>>
,Serializable
- All Known Implementing Classes:
IntObjectPairImpl
An instance of this interface can be created by calling PrimitiveTuples.pair(int, Object).
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getOne
int getOne() -
getTwo
T getTwo()
-