Uses of Class
com.atlassian.confluence.util.collections.LazyMap
Packages that use LazyMap
-
Uses of LazyMap in com.atlassian.confluence.util.collections
Methods in com.atlassian.confluence.util.collections that return LazyMapModifier and TypeMethodDescriptionstatic <K,
V> LazyMap<K, V> static <K,
V> LazyMap<K, V> LazyMap.fromSuppliersMap
(Map<K, ? extends Supplier<? extends V>> supplierMap) As at 9.1.1, the returned map is no longer directly backed by the given map.static <K,
V> LazyMap<K, V> LazyMap.newInstance
(Map<K, ? extends com.google.common.base.Supplier<? extends V>> supplierMap) Deprecated, for removal: This API element is subject to removal in a future version.since 7.0.1.Methods in com.atlassian.confluence.util.collections with parameters of type LazyMap