Interface IntObjectPair<T>

All Superinterfaces:
Comparable<IntObjectPair<T>>, Serializable
All Known Implementing Classes:
IntObjectPairImpl

public interface IntObjectPair<T>
extends Serializable, Comparable<IntObjectPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(int, Object).
See Also:
This file was automatically generated from template file primitiveObjectPair.stg
  • Method Summary

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

    Methods inherited from interface java.lang.Comparable

    compareTo