|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyMap | |
---|---|
org.apache.commons.collections4.map | This package contains implementations of the Map ,
IterableMap ,
OrderedMap and
SortedMap interfaces. |
Uses of LazyMap in org.apache.commons.collections4.map |
---|
Subclasses of LazyMap in org.apache.commons.collections4.map | |
---|---|
class |
LazySortedMap<K,V>
Decorates another SortedMap to create objects in the map on demand. |
Methods in org.apache.commons.collections4.map that return LazyMap | ||
---|---|---|
static
|
LazyMap.lazyMap(Map<K,V> map,
Factory<? extends V> factory)
Factory method to create a lazily instantiated map. |
|
static
|
LazyMap.lazyMap(Map<K,V> map,
Transformer<? super K,? extends V> factory)
Factory method to create a lazily instantiated map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |