Class IntDoublePairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.IntDoublePairImpl
- All Implemented Interfaces:
Serializable,Comparable<IntDoublePair>,IntDoublePair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Method Summary
-
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>
-