Uses of Class
org.apache.commons.collections.collection.TransformedCollection
-
Packages that use TransformedCollection Package Description org.apache.commons.collections.bag org.apache.commons.collections.buffer This package contains implementations of theBuffer
interface.org.apache.commons.collections.list This package contains implementations of theList
interface.org.apache.commons.collections.set -
-
Uses of TransformedCollection in org.apache.commons.collections.bag
Subclasses of TransformedCollection in org.apache.commons.collections.bag Modifier and Type Class Description class
TransformedBag
Decorates anotherBag
to transform objects that are added.class
TransformedSortedBag
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.buffer Modifier and Type Class Description class
TransformedBuffer
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.list Modifier and Type Class Description class
TransformedList
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.set Modifier and Type Class Description class
TransformedSet
Decorates anotherSet
to transform objects that are added.class
TransformedSortedSet
Decorates anotherSortedSet
to transform objects that are added.
-