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