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