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 MultiValueMapCreates a map which wraps the given map and maps keys to ArrayLists.static MultiValueMapCreates a map which decorates the givenmapand maps keys to collections of typecollectionClass.static MultiValueMapCreates a map which decorates the givenmapand creates the value collections using the suppliedcollectionFactory.