Interface ObjectFloatPair<T>
- All Superinterfaces:
Comparable<ObjectFloatPair<T>>, Serializable
- All Known Implementing Classes:
ObjectFloatPairImpl
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, float).
- See Also:
-
Method Summary
Methods inherited from interface Comparable
compareTo
-
Method Details
-
getOne
T getOne() -
getTwo
float getTwo()
-