| Package | Description |
|---|---|
| org.apache.commons.collections4.set |
| Modifier and Type | Method and Description |
|---|---|
static <E> TransformedNavigableSet |
TransformedNavigableSet.transformedNavigableSet(NavigableSet
Factory method to create a transforming navigable set that will transform existing contents of the specified navigable set.
|
static <E> TransformedNavigableSet |
TransformedNavigableSet.transformingNavigableSet(NavigableSet
Factory method to create a transforming navigable set.
|