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