Uses of Class
org.apache.commons.collections4.set.PredicatedSortedSet
-
Packages that use PredicatedSortedSet Package Description org.apache.commons.collections4.set -
-
Uses of PredicatedSortedSet in org.apache.commons.collections4.set
Subclasses of PredicatedSortedSet in org.apache.commons.collections4.set Modifier and Type Class Description class
PredicatedNavigableSet<E>
Decorates anotherNavigableSet
to validate that all additions match a specified predicate.Methods in org.apache.commons.collections4.set that return PredicatedSortedSet Modifier and Type Method Description static <E> PredicatedSortedSet<E>
PredicatedSortedSet. predicatedSortedSet(SortedSet<E> set, Predicate<? super E> predicate)
Factory method to create a predicated (validating) sorted set.
-