|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicatedSortedSet | |
---|---|
org.apache.commons.collections4.set | This package contains implementations of the Set and
SortedSet interfaces. |
Uses of PredicatedSortedSet in org.apache.commons.collections4.set |
---|
Methods in org.apache.commons.collections4.set that return PredicatedSortedSet | ||
---|---|---|
static
|
PredicatedSortedSet.predicatedSortedSet(SortedSet<E> set,
Predicate<? super E> predicate)
Factory method to create a predicated (validating) sorted set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |