| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Class and Description |
|---|---|
class |
LazySortedMap<K
Decorates another
SortedMap to create objects in the map on demand.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
LazyMap.lazyMap(Map
Factory method to create a lazily instantiated map.
|
static <V |
LazyMap.lazyMap(Map
Factory method to create a lazily instantiated map.
|