Uses of Class
org.apache.commons.collections15.map.CompositeMap

Packages that use CompositeMap
org.apache.commons.collections15.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
 

Uses of CompositeMap in org.apache.commons.collections15.map
 

Methods in org.apache.commons.collections15.map with parameters of type CompositeMap
 V CompositeMap.MapMutator.put(CompositeMap<K,V> map, Map[] composited, K key, V value)
          Called when the CompositeMap.put() method is invoked.
 void CompositeMap.MapMutator.putAll(CompositeMap<K,V> map, Map[] composited, Map<? extends K,? extends V> mapToAdd)
          Called when the CompositeMap.putAll() method is invoked.
 void CompositeMap.MapMutator.resolveCollision(CompositeMap<K,V> composite, Map<? extends K,? extends V> existing, Map<? extends K,? extends V> added, Collection<K> intersect)
          Called when adding a new Composited Map results in a key collision.
 



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.