| 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. |
class |
TransformedSortedSet<E> |
Decorates another
SortedSet to transform objects that are added. |
| Modifier and Type | Method | Description |
|---|---|---|
static <E> TransformedSet<E> |
TransformedSet.transformingSet(java.util.Set<E> set,
Transformer<? super E,? extends E> transformer) |
Factory method to create a transforming set.
|
Copyright © 2001-2019 - Apache Software Foundation