Uses of Class
org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator

Packages that use AbstractSerializableCollectionDecorator
org.apache.commons.collections.bag This package contains implementations of the Bag and SortedBag interfaces. 
org.apache.commons.collections.buffer This package contains implementations of the Buffer interface. 
org.apache.commons.collections.collection This package contains implementations of the Collection interface. 
org.apache.commons.collections.list This package contains implementations of the List interface. 
org.apache.commons.collections.set This package contains implementations of the Set and SortedSet interfaces. 
 

Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.bag
 

Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.bag
 class PredicatedBag
          Decorates another Bag to validate that additions match a specified predicate.
 class PredicatedSortedBag
          Decorates another SortedBag to validate that additions match a specified predicate.
 class TransformedBag
          Decorates another Bag to transform objects that are added.
 class TransformedSortedBag
          Decorates another SortedBag to transform objects that are added.
 

Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.buffer
 

Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.buffer
 class PredicatedBuffer
          Decorates another Buffer to validate that additions match a specified predicate.
 class TransformedBuffer
          Decorates another Buffer to transform objects that are added.
 

Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.collection
 

Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.collection
 class PredicatedCollection
          Decorates another Collection to validate that additions match a specified predicate.
 class TransformedCollection
          Decorates another Collection to transform objects that are added.
 class UnmodifiableBoundedCollection
          UnmodifiableBoundedCollection decorates another BoundedCollection to ensure it can't be altered.
 class UnmodifiableCollection
          Decorates another Collection to ensure it can't be altered.
 

Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.list
 

Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.list
 class PredicatedList
          Decorates another List to validate that all additions match a specified predicate.
 class TransformedList
          Decorates another List to transform objects that are added.
 

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

Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.set
 class PredicatedSet
          Decorates another Set to validate that all additions match a specified predicate.
 class PredicatedSortedSet
          Decorates another SortedSet to validate that all additions match a specified predicate.
 class TransformedSet
          Decorates another Set to transform objects that are added.
 class TransformedSortedSet
          Decorates another SortedSet to transform objects that are added.
 



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