Class AbstractMutableCharValuesMap.SentinelValues
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableCharValuesMap.SentinelValues
- Enclosing class:
AbstractMutableCharValuesMap
-
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 char zeroValue -
oneValue
protected char oneValue
-
-
Constructor Details
-
SentinelValues
protected SentinelValues()
-
-
Method Details
-
containsValue
public boolean containsValue(char value) -
copy
-