Uses of Class
org.apache.commons.collections4.bag.PredicatedBag
Package
Description
-
Uses of PredicatedBag in org.apache.commons.collections4.bag
Modifier and TypeClassDescriptionclass
Decorates anotherSortedBag
to validate that additions match a specified predicate.Modifier and TypeMethodDescriptionstatic <E> PredicatedBag<E>
PredicatedBag.predicatedBag
(Bag<E> bag, Predicate<? super E> predicate) Factory method to create a predicated (validating) bag.