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