| Package | Description |
|---|---|
| org.apache.commons.collections4.set |
| Modifier and Type | Class and Description |
|---|---|
class |
PredicatedNavigableSet<E>
Decorates another
NavigableSet to validate that all additions match a specified predicate.
|
class |
PredicatedSortedSet<E>
Decorates another
SortedSet to validate that all additions match a specified predicate.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> PredicatedSet |
PredicatedSet.predicatedSet(Set
Factory method to create a predicated (validating) set.
|