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).
See Also:
This file was automatically generated from template file objectPrimitivePair.stg
  • Method Summary

    Modifier and Type Method Description
    T getOne()  
    long getTwo()  

    Methods inherited from interface java.lang.Comparable

    compareTo