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 theBufferinterface.org.apache.commons.collections.list This package contains implementations of theListinterface.org.apache.commons.collections.set This package contains implementations of theSetandSortedSetinterfaces. -
-
Uses of TransformedCollection in org.apache.commons.collections.bag
Subclasses of TransformedCollection in org.apache.commons.collections.bag Modifier and Type Class Description classTransformedBagDecorates anotherBagto transform objects that are added.classTransformedSortedBagDecorates anotherSortedBagto 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 classTransformedBufferDecorates anotherBufferto 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 classTransformedListDecorates anotherListto 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 classTransformedSetDecorates anotherSetto transform objects that are added.classTransformedSortedSetDecorates anotherSortedSetto transform objects that are added.
-