Uses of Class
org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
-
Packages that use AbstractMultiValuedMap.WrappedCollection Package Description org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMap
interfaces. -
-
Uses of AbstractMultiValuedMap.WrappedCollection in org.apache.commons.collections4.multimap
Subclasses of AbstractMultiValuedMap.WrappedCollection in org.apache.commons.collections4.multimap Modifier and Type Class Description private class
AbstractListValuedMap.WrappedList
Wrapped list to handle add and remove on the list returned by get(object)private class
AbstractSetValuedMap.WrappedSet
Wrapped set to handle add and remove on the collection returned byget(Object)
.
-