Uses of Interface
org.apache.commons.collections.map.CompositeMap.MapMutator

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

Uses of CompositeMap.MapMutator in org.apache.commons.collections.map
 

Methods in org.apache.commons.collections.map with parameters of type CompositeMap.MapMutator
 void CompositeMap.setMutator(CompositeMap.MapMutator mutator)
          Specify the MapMutator to be used by mutation operations.
 

Constructors in org.apache.commons.collections.map with parameters of type CompositeMap.MapMutator
CompositeMap(java.util.Map one, java.util.Map two, CompositeMap.MapMutator mutator)
          Create a new CompositeMap with two composited Map instances.
CompositeMap(java.util.Map[] composite, CompositeMap.MapMutator mutator)
          Create a new CompositeMap which composites all of the Map instances in the argument.
 



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