|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CompositeMap | |
| org.apache.commons.collections.map |
This package contains implementations of the
Map,
IterableMap,
OrderedMap and
SortedMap interfaces. |
| Uses of CompositeMap in org.apache.commons.collections.map |
| Methods in org.apache.commons.collections.map with parameters of type CompositeMap | |
void |
CompositeMap.MapMutator.resolveCollision(CompositeMap composite,
Map existing,
Map added,
Collection intersect)
Called when adding a new Composited Map results in a key collision. |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||