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