Uses of Class
org.apache.commons.collections.collection.TransformedCollection
Packages that use TransformedCollection
Package
Description
This package contains implementations of the
Buffer interface.
This package contains implementations of the
List interface.-
Uses of TransformedCollection in org.apache.commons.collections.bag
Subclasses of TransformedCollection in org.apache.commons.collections.bagModifier and TypeClassDescriptionclassDecorates anotherBagto transform objects that are added.classDecorates anotherSortedBagto transform objects that are added. -
Uses of TransformedCollection in org.apache.commons.collections.buffer
Subclasses of TransformedCollection in org.apache.commons.collections.bufferModifier and TypeClassDescriptionclassDecorates anotherBufferto transform objects that are added. -
Uses of TransformedCollection in org.apache.commons.collections.list
Subclasses of TransformedCollection in org.apache.commons.collections.listModifier and TypeClassDescriptionclassDecorates anotherListto transform objects that are added. -
Uses of TransformedCollection in org.apache.commons.collections.set
Subclasses of TransformedCollection in org.apache.commons.collections.setModifier and TypeClassDescriptionclassDecorates anotherSetto transform objects that are added.classDecorates anotherSortedSetto transform objects that are added.