Class AbstractMutableDoubleValuesMap.SentinelValues
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.SentinelValues
- Enclosing class:
AbstractMutableDoubleValuesMap
- Since:
- 6.0.
-
Field Summary
FieldsFields inherited from class AbstractSentinelValues
containsOneKey, containsZeroKey -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSentinelValues
size
-
Field Details
-
zeroValue
protected double zeroValue -
oneValue
protected double oneValue
-
-
Constructor Details
-
SentinelValues
protected SentinelValues()
-
-
Method Details
-
containsValue
public boolean containsValue(double value) -
copy
-