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:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      T getOne()
    • getTwo

      long getTwo()