Class DoubleShortPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.DoubleShortPairImpl
- All Implemented Interfaces:
Serializable
,Comparable<DoubleShortPair>
,DoubleShortPair
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 short
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
private final double one -
two
private final short two
-
-
Constructor Details
-
DoubleShortPairImpl
DoubleShortPairImpl(double newOne, short newTwo)
-
-
Method Details
-
getOne
public double getOne()- Specified by:
getOne
in interfaceDoubleShortPair
-
getTwo
public short getTwo()- Specified by:
getTwo
in interfaceDoubleShortPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<DoubleShortPair>
-