Uses of Class
org.apache.commons.collections4.collection.TransformedCollection
Packages that use TransformedCollection
Package
Description
Implementations of the
Collection
interface.Implements the
List
interface.Implements the
Queue
interface.-
Uses of TransformedCollection in org.apache.commons.collections4.bag
Subclasses of TransformedCollection in org.apache.commons.collections4.bag -
Uses of TransformedCollection in org.apache.commons.collections4.collection
Methods in org.apache.commons.collections4.collection that return TransformedCollectionModifier and TypeMethodDescriptionstatic <E> TransformedCollection
<E> TransformedCollection.transformedCollection
(Collection<E> collection, Transformer<? super E, ? extends E> transformer) Factory method to create a transforming collection that will transform existing contents of the specified collection.static <E> TransformedCollection
<E> TransformedCollection.transformingCollection
(Collection<E> coll, Transformer<? super E, ? extends E> transformer) Factory method to create a transforming collection. -
Uses of TransformedCollection in org.apache.commons.collections4.list
Subclasses of TransformedCollection in org.apache.commons.collections4.listModifier and TypeClassDescriptionclass
Decorates anotherList
to transform objects that are added. -
Uses of TransformedCollection in org.apache.commons.collections4.queue
Subclasses of TransformedCollection in org.apache.commons.collections4.queueModifier and TypeClassDescriptionclass
Decorates anotherQueue
to transform objects that are added. -
Uses of TransformedCollection in org.apache.commons.collections4.set
Subclasses of TransformedCollection in org.apache.commons.collections4.setModifier and TypeClassDescriptionclass
Decorates anotherNavigableSet
to transform objects that are added.class
Decorates anotherSet
to transform objects that are added.class
Decorates anotherSortedSet
to transform objects that are added.