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