Uses of Class
org.apache.felix.bundlerepository.impl.LazyHashMap.LazyValue
Packages that use LazyHashMap.LazyValue
-
Uses of LazyHashMap.LazyValue in org.apache.felix.bundlerepository.impl
Constructor parameters in org.apache.felix.bundlerepository.impl with type arguments of type LazyHashMap.LazyValueModifierConstructorDescriptionLazyHashMap
(Collection<LazyHashMap.LazyValue<K, V>> lazyValues) This map behaves like a normal HashMap, expect for the entries passed in as lazy values.