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