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