| Package | Description |
|---|---|
| org.apache.commons.collections4.set |
This package contains implementations of the
Set,
SortedSet and
NavigableSet interfaces. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TransformedNavigableSet<E> |
Decorates another
NavigableSet to transform objects that are added. |
| Modifier and Type | Method | Description |
|---|---|---|
static <E> TransformedSortedSet<E> |
TransformedSortedSet.transformedSortedSet(java.util.SortedSet<E> set,
Transformer<? super E,? extends E> transformer) |
Factory method to create a transforming sorted set that will transform
existing contents of the specified sorted set.
|
static <E> TransformedSortedSet<E> |
TransformedSortedSet.transformingSortedSet(java.util.SortedSet<E> set,
Transformer<? super E,? extends E> transformer) |
Factory method to create a transforming sorted set.
|
Copyright © 2001-2019 - Apache Software Foundation