| 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.collection |
This package contains implementations of the
Collection interface.
|
| org.apache.commons.collections4.map |
| Modifier and Type | Method and Description |
|---|---|
static <K |
MapUtils.populateMap(MultiMap
Populates a MultiMap using the supplied
Transformers to transform the elements into keys and values.
|
static <K |
MapUtils.populateMap(MultiMap
Populates a MultiMap using the supplied
Transformer to transform the elements into keys, using the unaltered element as the value in the
MultiMap.
|
| Constructor and Description | |
|---|---|
IndexedCollection(Collection
Create a
IndexedCollection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiValueMap<K
Deprecated.
since 4.1, use
MultiValuedMap instead
|