Class IntDoublePairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.IntDoublePairImpl
- All Implemented Interfaces:
Serializable
,Comparable<IntDoublePair>
,IntDoublePair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
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 int one -
two
private final double two
-
-
Constructor Details
-
IntDoublePairImpl
IntDoublePairImpl(int newOne, double newTwo)
-
-
Method Details
-
getOne
public int getOne()- Specified by:
getOne
in interfaceIntDoublePair
-
getTwo
public double getTwo()- Specified by:
getTwo
in interfaceIntDoublePair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<IntDoublePair>
-