Class DoubleDoublePairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.DoubleDoublePairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<DoubleDoublePair>,DoubleDoublePair
public class DoubleDoublePairImpl extends Object implements DoubleDoublePair
This file was automatically generated from template file primitivePrimitivePairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DoubleDoublePair that)booleanequals(Object o)doublegetOne()doublegetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public double getOne()
- Specified by:
getOnein interfaceDoubleDoublePair
-
getTwo
public double getTwo()
- Specified by:
getTwoin interfaceDoubleDoublePair
-
compareTo
public int compareTo(DoubleDoublePair that)
- Specified by:
compareToin interfaceComparable<DoubleDoublePair>
-
-