Uses of Class
com.atlassian.confluence.util.collections.LazyMap
-
Packages that use LazyMap Package Description com.atlassian.confluence.util.collections -
-
Uses of LazyMap in com.atlassian.confluence.util.collections
Methods in com.atlassian.confluence.util.collections that return LazyMap Modifier and Type Method Description static <K,V>
LazyMap<K,V>LazyMap. fromSuppliersMap(Map<K,? extends Supplier<? extends V>> delegate)
static <K,V>
LazyMap<K,V>LazyMap. newInstance(Map<K,? extends com.google.common.base.Supplier<? extends V>> delegate)
Deprecated.since 7.0.1.
-