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