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<K,V> mutator)
          Specify the MapMutator to be used by mutation operations.
 

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



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.