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