Interface ObjectLongPair<T>
-
- All Superinterfaces:
Comparable<ObjectLongPair<T>>,Serializable
public interface ObjectLongPair<T> extends Serializable, Comparable<ObjectLongPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, long).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetOne()longgetTwo()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getOne
T getOne()
-
getTwo
long getTwo()
-
-