Package | Description |
---|---|
org.apache.commons.collections4.set |
This package contains implementations of the
Set ,
SortedSet and
NavigableSet interfaces. |
Modifier and Type | Class | 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 | Description |
---|---|---|
static <E> PredicatedSet<E> |
PredicatedSet.predicatedSet(java.util.Set<E> set,
Predicate<? super E> predicate) |
Factory method to create a predicated (validating) set.
|
Copyright © 2001-2019 - Apache Software Foundation