Uses of Class
org.apache.commons.collections.map.CompositeMap
-
Packages that use CompositeMap Package Description org.apache.commons.collections.map -
-
Uses of CompositeMap in org.apache.commons.collections.map
Methods in org.apache.commons.collections.map with parameters of type CompositeMap Modifier and Type Method Description java.lang.Object
CompositeMap.MapMutator. put(CompositeMap map, java.util.Map[] composited, java.lang.Object key, java.lang.Object value)
Called when the CompositeMap.put() method is invoked.void
CompositeMap.MapMutator. putAll(CompositeMap map, java.util.Map[] composited, java.util.Map mapToAdd)
Called when the CompositeMap.putAll() method is invoked.void
CompositeMap.MapMutator. resolveCollision(CompositeMap composite, java.util.Map existing, java.util.Map added, java.util.Collection intersect)
Called when adding a new Composited Map results in a key collision.
-