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