|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicatedSet | |
---|---|
org.apache.commons.collections4.set | This package contains implementations of the Set and
SortedSet interfaces. |
Uses of PredicatedSet in org.apache.commons.collections4.set |
---|
Subclasses of PredicatedSet in org.apache.commons.collections4.set | |
---|---|
class |
PredicatedSortedSet<E>
Decorates another SortedSet to validate that all additions
match a specified predicate. |
Methods in org.apache.commons.collections4.set that return PredicatedSet | ||
---|---|---|
static
|
PredicatedSet.predicatedSet(Set<E> set,
Predicate<? super E> predicate)
Factory method to create a predicated (validating) set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |