Uses of Class
org.apache.commons.collections4.map.CompositeMap
-
Packages that use CompositeMap Package Description org.apache.commons.collections4.map -
-
Uses of CompositeMap in org.apache.commons.collections4.map
Methods in org.apache.commons.collections4.map with parameters of type CompositeMap Modifier and Type Method 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.
-