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 theMultiValuedMapinterfaces. -
-
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 classAbstractListValuedMap.WrappedListWrapped list to handle add and remove on the list returned by get(object)private classAbstractSetValuedMap.WrappedSetWrapped set to handle add and remove on the collection returned byget(Object).
-