|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformedSortedBag | |
---|---|
org.apache.commons.collections4.bag | This package contains implementations of the Bag and
SortedBag interfaces. |
Uses of TransformedSortedBag in org.apache.commons.collections4.bag |
---|
Methods in org.apache.commons.collections4.bag that return TransformedSortedBag | ||
---|---|---|
static
|
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
|
TransformedSortedBag.transformingSortedBag(SortedBag<E> bag,
Transformer<? super E,? extends E> transformer)
Factory method to create a transforming sorted bag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |