Uses of Class
org.apache.commons.collections4.bag.PredicatedSortedBag
Package
Description
-
Uses of PredicatedSortedBag in org.apache.commons.collections4.bag
Modifier and TypeMethodDescriptionstatic <E> PredicatedSortedBag<E>
PredicatedSortedBag.predicatedSortedBag
(SortedBag<E> bag, Predicate<? super E> predicate) Factory method to create a predicated (validating) bag.