Package | Description |
---|---|
org.apache.commons.collections4.set |
Modifier and Type | Method and Description |
---|---|
static <E> PredicatedNavigableSet<E> |
PredicatedNavigableSet.predicatedNavigableSet(NavigableSet<E> set,
Predicate<? super E> predicate)
Factory method to create a predicated (validating) navigable set.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.