Uses of Class
org.clapper.util.misc.MultiValueMap

Packages that use MultiValueMap
org.clapper.util.misc org.clapper.util.misc - Miscellaneous Utility Classes. 
 

Uses of MultiValueMap in org.clapper.util.misc
 

Methods in org.clapper.util.misc with parameters of type MultiValueMap
 void MultiValueMap.putAll(MultiValueMap<K,V> fromMap)
          Copies all of the mappings from the specified MultivalueMap to this map.
 

Constructors in org.clapper.util.misc with parameters of type MultiValueMap
MultiValueMap(MultiValueMap<K,V> otherMap)
          Construct a new map from the contents of an existing map.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.