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