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 Details
-
getOne
public int getOne()- Specified by:
getOnein interfaceIntDoublePair
-
getTwo
public double getTwo()- Specified by:
getTwoin interfaceIntDoublePair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<IntDoublePair>
-