Uses of Class
org.apache.commons.collections4.bag.TransformedSortedBag

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
<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.