| Package | Description |
|---|---|
| org.apache.commons.collections4.multimap |
This package contains implementations of the
MultiValuedMap interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
TransformedMultiValuedMap.transformedMap(MultiValuedMap
Factory method to create a transforming MultiValuedMap that will transform existing contents of the specified map.
|
static <K |
TransformedMultiValuedMap.transformingMap(MultiValuedMap
Factory method to create a transforming MultiValuedMap.
|