Class ByteFloatPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ByteFloatPairImpl
- All Implemented Interfaces:
Serializable,Comparable<ByteFloatPair>,ByteFloatPair
public class ByteFloatPairImpl extends Object implements ByteFloatPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
- Serialized Form
-
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>
-