Package | Description |
---|---|
org.apache.commons.collections.map |
Modifier and Type | Method and Description |
---|---|
static MultiValueMap |
MultiValueMap.decorate(Map map)
Creates a map which wraps the given map and
maps keys to ArrayLists.
|
static MultiValueMap |
MultiValueMap.decorate(Map map,
Class collectionClass)
Creates a map which decorates the given
map and
maps keys to collections of type collectionClass . |
static MultiValueMap |
MultiValueMap.decorate(Map map,
Factory collectionFactory)
Creates a map which decorates the given
map and
creates the value collections using the supplied collectionFactory . |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.