Interface LongObjectPair<T>

All Superinterfaces:
Comparable<LongObjectPair<T>>, Serializable
All Known Implementing Classes:
LongObjectPairImpl

public interface LongObjectPair<T> extends Serializable, Comparable<LongObjectPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(long, Object).
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      long getOne()
    • getTwo

      T getTwo()