Class CharObjectHashMap.SentinelValues<V>
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
-
- org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMap.SentinelValues<V>
-
- Enclosing class:
- CharObjectHashMap<V>
private static final class CharObjectHashMap.SentinelValues<V> extends AbstractSentinelValues
-
-
Field Summary
Fields Modifier and Type Field Description private VoneValueprivate VzeroValue-
Fields inherited from class org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
containsOneKey, containsZeroKey
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSentinelValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsValue(V value)intsize()
-
-
-
Method Detail
-
size
public int size()
- Overrides:
sizein classAbstractSentinelValues
-
containsValue
public boolean containsValue(V value)
-
-