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