Package | Description |
---|---|
org.apache.commons.collections4.bag |
Modifier and Type | Method and Description |
---|---|
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.