Uses of Class
org.apache.commons.collections4.set.PredicatedSet
Package
Description
-
Uses of PredicatedSet in org.apache.commons.collections4.set
Modifier and TypeClassDescriptionclass
Decorates anotherNavigableSet
to validate that all additions match a specified predicate.class
Decorates anotherSortedSet
to validate that all additions match a specified predicate.Modifier and TypeMethodDescriptionstatic <E> PredicatedSet<E>
PredicatedSet.predicatedSet
(Set<E> set, Predicate<? super E> predicate) Factory method to create a predicated (validating) set.