Package | Description |
---|---|
org.apache.commons.collections4.set |
Modifier and Type | Class and 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 and Description |
---|---|
static <E> TransformedSet<E> |
TransformedSet.transformingSet(Set<E> set,
Transformer<? super E,? extends E> transformer)
Factory method to create a transforming set.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.