Class DoubleIntPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.DoubleIntPairImpl
- All Implemented Interfaces:
Serializable,Comparable<DoubleIntPair>,DoubleIntPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Method Summary
-
Method Details
-
getOne
public double getOne()- Specified by:
getOnein interfaceDoubleIntPair
-
getTwo
public int getTwo()- Specified by:
getTwoin interfaceDoubleIntPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<DoubleIntPair>
-