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 byteoneValueprotected bytezeroValue-
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(byte value)AbstractMutableByteValuesMap.SentinelValuescopy()-
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()
-
-