| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeMap.setMutator(CompositeMap
Specify the MapMutator to be used by mutation operations.
|
| Constructor and Description | |
|---|---|
CompositeMap(Map
Create a new CompositeMap which composites all of the Map instances in the argument.
|
|
CompositeMap(Map
Create a new CompositeMap with two composited Map instances.
|