| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformedSortedMap<K
Decorates another
SortedMap to transform objects that are added.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
TransformedMap.transformedMap(Map
Factory method to create a transforming map that will transform existing contents of the specified map.
|
static <K |
TransformedMap.transformingMap(Map
Factory method to create a transforming map.
|