| 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.map |
| Modifier and Type | Method and Description |
|---|---|
static <K |
MapUtils.multiValueMap(Map
Deprecated.
since 4.1, use
MultiValuedMap instead
|
static <K |
MapUtils.multiValueMap(Map
Deprecated.
since 4.1, use
MultiValuedMap instead
|
static <K |
MapUtils.multiValueMap(Map
Deprecated.
since 4.1, use
MultiValuedMap instead
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
MultiValueMap.multiValueMap(Map
Deprecated.
Creates a map which decorates the given
map and maps keys to collections of type
collectionClass.
|
static <K |
MultiValueMap.multiValueMap(Map
Deprecated.
Creates a map which decorates the given
map and creates the value collections using the supplied
collectionFactory.
|
static <K |
MultiValueMap.multiValueMap(Map
Deprecated.
Creates a map which wraps the given map and maps keys to ArrayLists.
|