java.lang.Iterable<K>, java.util.Collection<K>, java.util.Set<K>protected static class AbstractHashedMap.KeySet<K>
extends java.util.AbstractSet<K>
| Modifier | Constructor | Description |
|---|---|---|
protected |
KeySet(AbstractHashedMap<K,?> parent) |
| Modifier and Type | Method | 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, toStringprotected KeySet(AbstractHashedMap<K,?> parent)
Copyright © 2001-2019 - Apache Software Foundation