Uses of Class
org.apache.commons.collections.map.MultiKeyMap

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

Uses of MultiKeyMap in org.apache.commons.collections.map
 

Methods in org.apache.commons.collections.map that return MultiKeyMap
static
<K,V> MultiKeyMap<K,V>
MultiKeyMap.decorate(AbstractHashedMap<MultiKey<K>,V> map)
          Decorates the specified map to add the MultiKeyMap API and fast query.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.