private class AbstractCopyOnWriteMap.KeySet extends AbstractCopyOnWriteMap.CollectionView<K> implements java.util.Set<K>
| Modifier | Constructor and Description |
|---|---|
private |
KeySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
(package private) java.util.Collection<K> |
getDelegate() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
add, addAll, contains, containsAll, equals, hashCode, isEmpty, iterator, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitjava.util.Collection<K> getDelegate()
getDelegate in class AbstractCopyOnWriteMap.CollectionView<K>public void clear()
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)