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 TypeClassDescriptionclass
Decorates anotherBag
to transform objects that are added.class
Decorates anotherSortedBag
to transform objects that are added. -
Uses of TransformedCollection in org.apache.commons.collections.buffer
Subclasses of TransformedCollection in org.apache.commons.collections.bufferModifier and TypeClassDescriptionclass
Decorates anotherBuffer
to transform objects that are added. -
Uses of TransformedCollection in org.apache.commons.collections.list
Subclasses of TransformedCollection in org.apache.commons.collections.listModifier and TypeClassDescriptionclass
Decorates anotherList
to transform objects that are added. -
Uses of TransformedCollection in org.apache.commons.collections.set
Subclasses of TransformedCollection in org.apache.commons.collections.setModifier and TypeClassDescriptionclass
Decorates anotherSet
to transform objects that are added.class
Decorates anotherSortedSet
to transform objects that are added.