Uses of Class
org.apache.commons.collections4.set.PredicatedNavigableSet
-
Packages that use PredicatedNavigableSet Package Description org.apache.commons.collections4.set This package contains implementations of theSet,SortedSetandNavigableSetinterfaces. -
-
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(java.util.NavigableSet<E> set, Predicate<? super E> predicate)Factory method to create a predicated (validating) navigable set.
-