| Package | Description |
|---|---|
| org.apache.commons.collections4 |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
| org.apache.commons.collections4.multimap |
This package contains implementations of the
MultiValuedMap interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
MultiMapUtils.newListValuedHashMap()
Creates a
ListValuedMap with an
ArrayList as collection class to store the values mapped to a key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListValuedMap<K
Abstract implementation of the
ListValuedMap interface to simplify the creation of subclass implementations.
|
class |
ArrayListValuedHashMap<K
|