Package | Description |
---|---|
org.apache.commons.collections4.map |
Modifier and Type | Class and Description |
---|---|
class |
LazySortedMap<K,V>
Decorates another
SortedMap to create objects in the map on demand. |
Modifier and Type | Method and Description |
---|---|
static <K,V> LazyMap<K,V> |
LazyMap.lazyMap(Map<K,V> map,
Factory<? extends V> factory)
Factory method to create a lazily instantiated map.
|
static <V,K> LazyMap<K,V> |
LazyMap.lazyMap(Map<K,V> map,
Transformer<? super K,? extends V> factory)
Factory method to create a lazily instantiated map.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.