Package com.google.common.collect
Class AbstractMapBasedMultimap.WrappedSet
java.lang.Object
java.util.AbstractCollection<V>
AbstractMapBasedMultimap<K,V>.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, toStringMethods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
WrappedSet
-
-
Method Details
-
removeAll
- Specified by:
removeAllin interfaceCollection<V>- Specified by:
removeAllin interfaceSet<V>- Overrides:
removeAllin classAbstractMapBasedMultimap<K,V>.WrappedCollection
-