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

Packages that use PredicatedSortedBag
org.apache.commons.collections4.bag This package contains implementations of the Bag and SortedBag interfaces. 
 

Uses of PredicatedSortedBag in org.apache.commons.collections4.bag
 

Methods in org.apache.commons.collections4.bag that return PredicatedSortedBag
static
<E> PredicatedSortedBag<E>
PredicatedSortedBag.predicatedSortedBag(SortedBag<E> bag, Predicate<? super E> predicate)
          Factory method to create a predicated (validating) bag.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.