Interface ObjectFloatPair<T>
- All Superinterfaces:
Comparable<ObjectFloatPair<T>>
,Serializable
- All Known Implementing Classes:
ObjectFloatPairImpl
public interface ObjectFloatPair<T> extends Serializable, Comparable<ObjectFloatPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, float).