|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicatedBag | |
---|---|
org.apache.commons.collections4.bag | This package contains implementations of the Bag and
SortedBag interfaces. |
Uses of PredicatedBag in org.apache.commons.collections4.bag |
---|
Subclasses of PredicatedBag in org.apache.commons.collections4.bag | |
---|---|
class |
PredicatedSortedBag<E>
Decorates another SortedBag to validate that additions
match a specified predicate. |
Methods in org.apache.commons.collections4.bag that return PredicatedBag | ||
---|---|---|
static
|
PredicatedBag.predicatedBag(Bag<E> bag,
Predicate<? super E> predicate)
Factory method to create a predicated (validating) bag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |