protected static class AbstractHashedMap.Values extends AbstractCollection
Modifier and Type | Field and Description |
---|---|
protected AbstractHashedMap |
parent
The parent map
|
Modifier | Constructor and Description |
---|---|
protected |
Values(AbstractHashedMap parent)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object value) |
Iterator |
iterator() |
int |
size() |
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
protected final AbstractHashedMap parent
protected Values(AbstractHashedMap parent)
parent
- the parentpublic int size()
size
in interface Collection
size
in class AbstractCollection
public void clear()
clear
in interface Collection
clear
in class AbstractCollection
public boolean contains(Object value)
contains
in interface Collection
contains
in class AbstractCollection
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in class AbstractCollection