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

Uses in package org.apache.commons.collections.map

Constructors with parameter type org.apache.commons.collections.map.CompositeMap.MapMutator

CompositeMap.CompositeMap(Map one, Map two, CompositeMap.MapMutator mutator)
Create a new CompositeMap with two composited Map instances.
Create a new CompositeMap which composites all of the Map instances in the argument.

Methods with parameter type org.apache.commons.collections.map.CompositeMap.MapMutator

void
Specify the MapMutator to be used by mutation operations.

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