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 longoneValueprotected longzeroValue-
Fields inherited from class org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
containsOneKey, containsZeroKey
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSentinelValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsValue(long value)AbstractMutableLongValuesMap.SentinelValuescopy()-
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()
-
-