Uses of Class
org.apache.commons.collections.map.MultiValueMap

Packages that use MultiValueMap
org.apache.commons.collections.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
 

Uses of MultiValueMap in org.apache.commons.collections.map
 

Methods in org.apache.commons.collections.map that return MultiValueMap
static MultiValueMap MultiValueMap.decorate(java.util.Map map)
          Creates a map which wraps the given map and maps keys to ArrayLists.
static MultiValueMap MultiValueMap.decorate(java.util.Map map, java.lang.Class collectionClass)
          Creates a map which decorates the given map and maps keys to collections of type collectionClass.
static MultiValueMap MultiValueMap.decorate(java.util.Map map, Factory collectionFactory)
          Creates a map which decorates the given map and creates the value collections using the supplied collectionFactory.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.