Uses of Class
org.apache.commons.collections.map.MultiValueMap
-
Packages that use MultiValueMap Package Description org.apache.commons.collections.map -
-
Uses of MultiValueMap in org.apache.commons.collections.map
Methods in org.apache.commons.collections.map that return MultiValueMap Modifier and Type Method 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 givenmap
and maps keys to collections of typecollectionClass
.static MultiValueMap
MultiValueMap. decorate(Map map, Factory collectionFactory)
Creates a map which decorates the givenmap
and creates the value collections using the suppliedcollectionFactory
.
-