Class AbstractSetValuedMap.WrappedSet
java.lang.Object
AbstractMultiValuedMap<K,V>.org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
org.apache.commons.collections4.multimap.AbstractSetValuedMap.WrappedSet
- All Implemented Interfaces:
Iterable<V>
,Collection<V>
,Set<V>
- Enclosing class:
AbstractSetValuedMap<K,
V>
private class AbstractSetValuedMap.WrappedSet
extends AbstractMultiValuedMap<K,V>.WrappedCollection
implements Set<V>
Wrapped set to handle add and remove on the collection returned by
get(Object)
.-
Field Summary
Fields inherited from class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
key
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
add, addAll, clear, contains, containsAll, getMapping, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
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
-
Constructor Details
-
WrappedSet
-
-
Method Details