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