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