Interface ObjectDoublePair<T>

All Superinterfaces:
Comparable<ObjectDoublePair<T>>, Serializable
All Known Implementing Classes:
ObjectDoublePairImpl

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

    Modifier and Type
    Method
    Description
     
    double
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      T getOne()
    • getTwo

      double getTwo()