Class AbstractSetValuedMap.WrappedSet
- java.lang.Object
-
- org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
-
- org.apache.commons.collections4.multimap.AbstractSetValuedMap.WrappedSet
-
- All Implemented Interfaces:
java.lang.Iterable<V>
,java.util.Collection<V>
,java.util.Set<V>
- Enclosing class:
- AbstractSetValuedMap<K,V>
private class AbstractSetValuedMap.WrappedSet extends AbstractMultiValuedMap.WrappedCollection implements java.util.Set<V>
Wrapped set to handle add and remove on the collection returned byget(Object)
.
-
-
Field Summary
-
Fields inherited from class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
key
-
-
Constructor Summary
Constructors Constructor Description WrappedSet(K key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
-
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
-
-
-
-
Constructor Detail
-
WrappedSet
public WrappedSet(K key)
-
-