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