Class FloatBytePairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.FloatBytePairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<FloatBytePair>,FloatBytePair
public class FloatBytePairImpl extends Object implements FloatBytePair
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(FloatBytePair that)booleanequals(Object o)floatgetOne()bytegetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public float getOne()
- Specified by:
getOnein interfaceFloatBytePair
-
getTwo
public byte getTwo()
- Specified by:
getTwoin interfaceFloatBytePair
-
compareTo
public int compareTo(FloatBytePair that)
- Specified by:
compareToin interfaceComparable<FloatBytePair>
-
-