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