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

Packages that use TransformedCollection
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.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 TransformedCollection in org.apache.commons.collections.bag
 

Subclasses of TransformedCollection in org.apache.commons.collections.bag
 class TransformedBag
          Decorates another Bag to transform objects that are added.
 class TransformedSortedBag
          Decorates another SortedBag to transform objects that are added.
 

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

Subclasses of TransformedCollection in org.apache.commons.collections.buffer
 class TransformedBuffer<I,O>
          Decorates another Buffer to transform objects that are added.
 

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

Subclasses of TransformedCollection in org.apache.commons.collections.list
 class TransformedList<I,O>
          Decorates another List to transform objects that are added.
 

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

Subclasses of TransformedCollection in org.apache.commons.collections.set
 class TransformedSet
          Decorates another Set to transform objects that are added.
 class TransformedSortedSet
          Decorates another SortedSet to transform objects that are added.
 



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