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:
-
Method Summary
-
Method Details
-
getOne
public byte getOne()- Specified by:
getOnein interfaceByteFloatPair
-
getTwo
public float getTwo()- Specified by:
getTwoin interfaceByteFloatPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<ByteFloatPair>
-