private final class AbstractCopyOnWriteMap.Values extends AbstractCopyOnWriteMap.CollectionView<V>
| Modifier | Constructor and Description |
|---|---|
private |
Values() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
(package private) java.util.Collection<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, toStringjava.util.Collection<V> getDelegate()
getDelegate in class AbstractCopyOnWriteMap.CollectionView<V>public void clear()
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)