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