protected static class AbstractHashedMap.KeySet<K>
extends java.util.AbstractSet<K>
| Modifier and Type | Field and Description |
|---|---|
private AbstractHashedMap<K,?> |
parent
The parent map
|
| Modifier | Constructor and Description |
|---|---|
protected |
KeySet(AbstractHashedMap<K,?> parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(java.lang.Object key) |
java.util.Iterator<K> |
iterator() |
boolean |
remove(java.lang.Object key) |
int |
size() |
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate final AbstractHashedMap<K,?> parent
protected KeySet(AbstractHashedMap<K,?> parent)