Class DoubleDoublePairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.DoubleDoublePairImpl
- All Implemented Interfaces:
Serializable, Comparable<DoubleDoublePair>, DoubleDoublePair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doubleprivate static final longprivate final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
private final double one -
two
private final double two
-
-
Constructor Details
-
DoubleDoublePairImpl
DoubleDoublePairImpl(double newOne, double newTwo)
-
-
Method Details
-
getOne
public double getOne()- Specified by:
getOnein interfaceDoubleDoublePair
-
getTwo
public double getTwo()- Specified by:
getTwoin interfaceDoubleDoublePair
-
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<DoubleDoublePair>
-