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