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