Uses of Class
org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
Packages that use AbstractMultiValuedMap.WrappedCollection
-
Uses of AbstractMultiValuedMap.WrappedCollection in org.apache.commons.collections4.multimap
Modifier and TypeClassDescriptionprivate class
Wrapped list to handle add and remove on the list returned by get(object)private class
Wrapped set to handle add and remove on the collection returned byget(Object)
.