Uses of Class
org.apache.commons.collections4.map.LazyMap
Packages that use LazyMap
Package
Description
-
Uses of LazyMap in org.apache.commons.collections4.map
Subclasses of LazyMap in org.apache.commons.collections4.mapModifier and TypeClassDescriptionclass
LazySortedMap<K,
V> Decorates anotherSortedMap
to create objects in the map on demand.Methods in org.apache.commons.collections4.map that return LazyMapModifier 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.