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

Packages that use MultiMap
org.apache.commons.collections15 This package contains the interfaces and utilities shared across all the subpackages of this component. 
org.apache.commons.collections15.multimap   
 

Uses of MultiMap in org.apache.commons.collections15
 

Methods in org.apache.commons.collections15 with parameters of type MultiMap
 void MultiMap.putAll(MultiMap<? extends K,? extends V> t)
          Copies all of the mappings from the specified multimap to this multimap (optional operation).
 

Uses of MultiMap in org.apache.commons.collections15.multimap
 

Classes in org.apache.commons.collections15.multimap that implement MultiMap
 class MultiHashMap<K,V>
          MultiHashMap is the default implementation of the MultiMap interface.
 

Methods in org.apache.commons.collections15.multimap with parameters of type MultiMap
 void MultiHashMap.putAll(MultiMap<? extends K,? extends V> map)
           
 

Constructors in org.apache.commons.collections15.multimap with parameters of type MultiMap
MultiHashMap(MultiMap<K,V> mapToCopy)
          Constructor that copies the input MultiMap creating an independent copy.
 



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