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

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

    Methods inherited from interface java.lang.Comparable

    compareTo