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