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