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 MultiValueMapMultiValueMap. decorate(Map map)Creates a map which wraps the given map and maps keys to ArrayLists.static MultiValueMapMultiValueMap. decorate(Map map, Class collectionClass)Creates a map which decorates the givenmapand maps keys to collections of typecollectionClass.static MultiValueMapMultiValueMap. decorate(Map map, Factory collectionFactory)Creates a map which decorates the givenmapand creates the value collections using the suppliedcollectionFactory.
-