Package | Description |
---|---|
org.apache.commons.collections4.bag |
Modifier and Type | Method | Description |
---|---|---|
static <E> PredicatedSortedBag<E> |
PredicatedSortedBag.predicatedSortedBag(SortedBag<E> bag,
Predicate<? super E> predicate) |
Factory method to create a predicated (validating) bag.
|
Copyright © 2001-2019 - Apache Software Foundation