Interface ObjectIntPair<T>

All Superinterfaces:
Comparable<ObjectIntPair<T>>, Serializable
All Known Implementing Classes:
ObjectIntPairImpl

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

    Modifier and Type
    Method
    Description
     
    int
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      T getOne()
    • getTwo

      int getTwo()