Uses of Class
org.apache.commons.collections.set.AbstractSetDecorator

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

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

Subclasses of AbstractSetDecorator in org.apache.commons.collections.map
 class UnmodifiableEntrySet<K,V>
          Decorates a map entry Set to ensure it can't be altered.
 

Uses of AbstractSetDecorator in org.apache.commons.collections.set
 

Subclasses of AbstractSetDecorator in org.apache.commons.collections.set
 class AbstractSerializableSetDecorator<E>
          Serializable subclass of AbstractSetDecorator.
 class AbstractSortedSetDecorator<E>
          Decorates another SortedSet to provide additional behaviour.
 class ListOrderedSet<E>
          Decorates another Set to ensure that the order of addition is retained and used by the iterator.
 class UnmodifiableSet<E>
          Decorates another Set to ensure it can't be altered.
 class UnmodifiableSortedSet<E>
          Decorates another SortedSet to ensure it can't be altered.
 



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