| Package | Description |
|---|---|
| org.apache.commons.collections4.set |
This package contains implementations of the
Set,
SortedSet and
NavigableSet interfaces. |
| Modifier and Type | Method and 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.
|