Package | Description |
---|---|
org.apache.commons.collections.map |
Modifier and Type | Method and Description |
---|---|
Object |
CompositeMap.MapMutator.put(CompositeMap map,
Map[] composited,
Object key,
Object value)
Called when the CompositeMap.put() method is invoked.
|
void |
CompositeMap.MapMutator.putAll(CompositeMap map,
Map[] composited,
Map mapToAdd)
Called when the CompositeMap.putAll() method is invoked.
|
void |
CompositeMap.MapMutator.resolveCollision(CompositeMap composite,
Map existing,
Map added,
Collection intersect)
Called when adding a new Composited Map results in a
key collision.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.