Package | Description |
---|---|
org.apache.commons.collections4.multimap |
This package contains implementations of the
MultiValuedMap interfaces. |
Modifier and Type | Class and 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 by
get(Object) . |