Package | Description |
---|---|
org.apache.commons.collections4.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
Modifier and Type | Class and Description |
---|---|
class |
TransformedSortedSet<E>
Decorates another
SortedSet to transform objects that are added. |
Modifier and Type | Method and 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-2013. All Rights Reserved.