Uses of Class
org.apache.commons.collections4.set.PredicatedNavigableSet
-
Packages that use PredicatedNavigableSet Package Description org.apache.commons.collections4.set -
-
Uses of PredicatedNavigableSet in org.apache.commons.collections4.set
Methods in org.apache.commons.collections4.set that return PredicatedNavigableSet Modifier and Type Method Description static <E> PredicatedNavigableSet<E>
PredicatedNavigableSet. predicatedNavigableSet(NavigableSet<E> set, Predicate<? super E> predicate)
Factory method to create a predicated (validating) navigable set.
-