| Package | Description |
|---|---|
| org.apache.commons.collections4.bag |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PredicatedSortedBag<E> |
Decorates another
SortedBag to validate that additions
match a specified predicate. |
| Modifier and Type | Method | Description |
|---|---|---|
static <E> PredicatedBag<E> |
PredicatedBag.predicatedBag(Bag<E> bag,
Predicate<? super E> predicate) |
Factory method to create a predicated (validating) bag.
|
Copyright © 2001-2019 - Apache Software Foundation