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