Package com.google.common.collect
Class AbstractMapBasedMultimap.WrappedSet
java.lang.Object
java.util.AbstractCollection<V>
AbstractMapBasedMultimap<K,V>.com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
com.google.common.collect.AbstractMapBasedMultimap.WrappedSet
- All Implemented Interfaces:
Iterable<V>
,Collection<V>
,Set<V>
- Enclosing class:
AbstractMapBasedMultimap<K,
V>
class AbstractMapBasedMultimap.WrappedSet
extends AbstractMapBasedMultimap<K,V>.WrappedCollection
implements Set<V>
Set decorator that stays in sync with the multimap values for a key.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
AbstractMapBasedMultimap.WrappedCollection.WrappedIterator
-
Field Summary
Fields inherited from class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
ancestor, ancestorDelegate, delegate, key
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
add, addAll, addToMap, clear, contains, containsAll, equals, getAncestor, getDelegate, getKey, hashCode, iterator, refreshIfEmpty, remove, removeIfEmpty, retainAll, size, spliterator, toString
Methods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
WrappedSet
-
-
Method Details
-
removeAll
- Specified by:
removeAll
in interfaceCollection<V>
- Specified by:
removeAll
in interfaceSet<V>
- Overrides:
removeAll
in classAbstractMapBasedMultimap<K,
V>.WrappedCollection
-