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

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

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

Subclasses of AbstractOrderedMapDecorator in org.apache.commons.collections.map
 class UnmodifiableOrderedMap<K,V>
          Decorates another OrderedMap to ensure it can't be altered.
 



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