Uses of Class
org.apache.commons.collections4.bag.TransformedSortedBag
Packages that use TransformedSortedBag
Package
Description
-
Uses of TransformedSortedBag in org.apache.commons.collections4.bag
Methods in org.apache.commons.collections4.bag that return TransformedSortedBagModifier and TypeMethodDescriptionstatic <E> TransformedSortedBag
<E> TransformedSortedBag.transformedSortedBag
(SortedBag<E> bag, Transformer<? super E, ? extends E> transformer) Factory method to create a transforming sorted bag that will transform existing contents of the specified sorted bag.static <E> TransformedSortedBag
<E> TransformedSortedBag.transformingSortedBag
(SortedBag<E> bag, Transformer<? super E, ? extends E> transformer) Factory method to create a transforming sorted bag.