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