K - the type of keys maintained by this mapV - the type of mapped valuesprotected static class AbstractHashMap.EntrySet<K,V> extends AbstractSet<Map.Entry<K,V>>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractHashMap<K,V> |
parent
The parent map
|
| Modifier | Constructor and Description |
|---|---|
protected |
EntrySet(AbstractHashMap parent)
Constructs new
AbstractHashMap.EntrySet. |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object entry) |
Iterator<Map.Entry<K,V>> |
iterator() |
boolean |
remove(Object obj) |
int |
size() |
equals, hashCode, removeAlladd, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected final AbstractHashMap<K,V> parent
protected EntrySet(AbstractHashMap parent)
AbstractHashMap.EntrySet.parent - AbstractHashMapCopyright © 2020. All rights reserved.