Uses of Interface
org.apache.commons.collections.MultiMap

Packages that use MultiMap
org.apache.commons.collections This package contains a small number of collections classes that are needed for beanutils to function. 
org.apache.commons.collections.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
 

Uses of MultiMap in org.apache.commons.collections
 

Classes in org.apache.commons.collections that implement MultiMap
 class MultiHashMap
          Deprecated. Class now available as MultiValueMap in map subpackage. This version is due to be removed in collections v4.0.
 

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

Classes in org.apache.commons.collections.map that implement MultiMap
 class MultiValueMap
          A MultiValueMap decorates another map, allowing it to have more than one value for a key.
 



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