Uses of Class
org.apache.commons.collections.bag.PredicatedBag
-
Packages that use PredicatedBag Package Description org.apache.commons.collections.bag -
-
Uses of PredicatedBag in org.apache.commons.collections.bag
Subclasses of PredicatedBag in org.apache.commons.collections.bag Modifier and Type Class Description class
PredicatedSortedBag
Decorates anotherSortedBag
to validate that additions match a specified predicate.
-