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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ByteFloatPair that)booleanequals(Object o)bytegetOne()floatgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public byte getOne()
- Specified by:
getOnein interfaceByteFloatPair
-
getTwo
public float getTwo()
- Specified by:
getTwoin interfaceByteFloatPair
-
compareTo
public int compareTo(ByteFloatPair that)
- Specified by:
compareToin interfaceComparable<ByteFloatPair>
-
-