Interface DoubleObjectPair<T>

All Superinterfaces:
Comparable<DoubleObjectPair<T>>, Serializable
All Known Implementing Classes:
DoubleObjectPairImpl

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

    Modifier and Type
    Method
    Description
    double
     
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      double getOne()
    • getTwo

      T getTwo()