private class AbstractCopyOnWriteMap.EntrySet extends AbstractCopyOnWriteMap.CollectionView<java.util.Map.Entry<K,V>> implements java.util.Set<java.util.Map.Entry<K,V>>
Modifier | Constructor and Description |
---|---|
private |
EntrySet() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
(package private) java.util.Collection<java.util.Map.Entry<K,V>> |
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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
java.util.Collection<java.util.Map.Entry<K,V>> getDelegate()
getDelegate
in class AbstractCopyOnWriteMap.CollectionView<java.util.Map.Entry<K,V>>
public void clear()
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)