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

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

    Methods inherited from interface java.lang.Comparable

    compareTo