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
          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
          Serializable subclass of AbstractSetDecorator.
 class AbstractSortedSetDecorator
          Decorates another SortedSet to provide additional behaviour.
 class ListOrderedSet
          Decorates another Set to ensure that the order of addition is retained and used by the iterator.
 class UnmodifiableSet
          Decorates another Set to ensure it can't be altered.
 class UnmodifiableSortedSet
          Decorates another SortedSet to ensure it can't be altered.
 



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