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).- Since:
- 4.1
-
Field Summary
Fields inherited from class AbstractMultiValuedMap.WrappedCollection
key -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMultiValuedMap.WrappedCollection
add, addAll, clear, contains, containsAll, getMapping, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream
-
Constructor Details
-
WrappedSet
-
-
Method Details
-
equals
-
hashCode
-