| Package | Description |
|---|---|
| org.apache.commons.collections4.multimap |
This package contains implementations of the
MultiValuedMap interfaces. |
| Class and Description |
|---|
| AbstractListValuedMap
Abstract implementation of the
ListValuedMap interface to simplify
the creation of subclass implementations. |
| AbstractMultiValuedMap
Abstract implementation of the
MultiValuedMap interface to simplify
the creation of subclass implementations. |
| AbstractMultiValuedMap.AsMap
Inner class that provides the AsMap view.
|
| AbstractMultiValuedMap.EntryValues
Inner class that provides the Entry
|
| AbstractMultiValuedMap.WrappedCollection
Wrapped collection to handle add and remove on the collection returned
by get(object).
|
| AbstractMultiValuedMapDecorator
Decorates another
MultiValuedMap to provide additional behaviour. |
| AbstractSetValuedMap
Abstract implementation of the
SetValuedMap interface to simplify the
creation of subclass implementations. |
| TransformedMultiValuedMap
Decorates another
MultiValuedMap to transform objects that are added. |
| UnmodifiableMultiValuedMap
Decorates another
MultiValuedMap to ensure it can't be altered. |