Package | Description |
---|---|
org.apache.commons.collections4.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
Modifier and Type | Method and Description |
---|---|
static <E> PredicatedSortedSet<E> |
PredicatedSortedSet.predicatedSortedSet(java.util.SortedSet<E> set,
Predicate<? super E> predicate)
Factory method to create a predicated (validating) sorted set.
|
Copyright © 2001-2013. All Rights Reserved.