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