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

Uses in package org.apache.commons.collections.map

Methods with return type org.apache.commons.collections.map.MultiValueMap

MultiValueMap
Creates a map which wraps the given map and maps keys to ArrayLists.
MultiValueMap
MultiValueMap.decorate(Map map, Class collectionClass)
Creates a map which decorates the given map and maps keys to collections of type collectionClass.
MultiValueMap
MultiValueMap.decorate(Map map, Factory collectionFactory)
Creates a map which decorates the given map and creates the value collections using the supplied collectionFactory.

Copyright © 2001-2015 Apache Software Foundation. All Rights Reserved.