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