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
protected static class AbstractMutableLongValuesMap.SentinelValues extends AbstractSentinelValues
-
-
Field Summary
Fields Modifier and Type Field Description protected long
oneValue
protected long
zeroValue
-
Fields inherited from class org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
containsOneKey, containsZeroKey
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SentinelValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsValue(long value)
AbstractMutableLongValuesMap.SentinelValues
copy()
-
Methods inherited from class org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
size
-
-
-
-
Method Detail
-
containsValue
public boolean containsValue(long value)
-
copy
public AbstractMutableLongValuesMap.SentinelValues copy()
-
-