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