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