Class ObjectDoublePairImpl<T>
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ObjectDoublePairImpl<T>
- All Implemented Interfaces:
Serializable,Comparable<ObjectDoublePair<T>>,ObjectDoublePair<T>
public class ObjectDoublePairImpl<T> extends Object implements ObjectDoublePair<T>
This file was automatically generated from template file objectPrimitivePairImpl.stg
- See Also:
- Serialized Form
-
Method Details
-
getOne
- Specified by:
getOnein interfaceObjectDoublePair<T>
-
getTwo
public double getTwo()- Specified by:
getTwoin interfaceObjectDoublePair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<T>
-