Class AbstractMutableByteValuesMap.SentinelValues
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
-
- org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteValuesMap.SentinelValues
-
- Enclosing class:
- AbstractMutableByteValuesMap
protected static class AbstractMutableByteValuesMap.SentinelValues extends AbstractSentinelValues
-
-
Field Summary
Fields Modifier and Type Field Description protected byte
oneValue
protected byte
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(byte value)
AbstractMutableByteValuesMap.SentinelValues
copy()
-
Methods inherited from class org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
size
-
-
-
-
Method Detail
-
containsValue
public boolean containsValue(byte value)
-
copy
public AbstractMutableByteValuesMap.SentinelValues copy()
-
-