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