Uses of Class
org.apache.commons.collections.map.MultiValueMap
Packages that use MultiValueMap
Package
Description
-
Uses of MultiValueMap in org.apache.commons.collections.map
Methods in org.apache.commons.collections.map that return MultiValueMapModifier and TypeMethodDescriptionstatic MultiValueMap
Creates a map which wraps the given map and maps keys to ArrayLists.static MultiValueMap
Creates a map which decorates the givenmap
and maps keys to collections of typecollectionClass
.static MultiValueMap
Creates a map which decorates the givenmap
and creates the value collections using the suppliedcollectionFactory
.