class AbstractMapBasedMultimap.WrappedSet extends AbstractMapBasedMultimap.WrappedCollection implements java.util.Set<V>
AbstractMapBasedMultimap.WrappedCollection.WrappedIterator
ancestor, ancestorDelegate, delegate, key
Constructor and Description |
---|
WrappedSet(K key,
java.util.Set<V> delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
removeAll(java.util.Collection<?> c) |
add, addAll, addToMap, clear, contains, containsAll, equals, getAncestor, getDelegate, getKey, hashCode, iterator, refreshIfEmpty, remove, removeIfEmpty, retainAll, size, spliterator, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean removeAll(java.util.Collection<?> c)
removeAll
in interface java.util.Collection<V>
removeAll
in interface java.util.Set<V>
removeAll
in class AbstractMapBasedMultimap.WrappedCollection