Package | Description |
---|---|
org.apache.commons.collections4.bag |
Modifier and Type | Method and Description |
---|---|
static <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.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.