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