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