Package | Description |
---|---|
org.apache.commons.collections.map |
Modifier and Type | Method and Description |
---|---|
void |
CompositeMap.setMutator(CompositeMap.MapMutator mutator)
Specify the MapMutator to be used by mutation operations.
|
Constructor and Description |
---|
CompositeMap(Map[] composite,
CompositeMap.MapMutator mutator)
Create a new CompositeMap which composites all of the Map instances in the
argument.
|
CompositeMap(Map one,
Map two,
CompositeMap.MapMutator mutator)
Create a new CompositeMap with two composited Map instances.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.