Uses of Class
org.apache.commons.collections4.map.LazyMap
Package
Description
-
Uses of LazyMap in org.apache.commons.collections4.map
Modifier and TypeClassDescriptionclass
LazySortedMap<K,
V> Decorates anotherSortedMap
to create objects in the map on demand.Modifier and TypeMethodDescriptionstatic <K,
V> LazyMap <K, V> 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.