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