Class LazyHashMap.LazyValue<K,V>

java.lang.Object
org.apache.felix.bundlerepository.impl.LazyHashMap.LazyValue<K,V>
Enclosing class:
LazyHashMap<K,V>

public static class LazyHashMap.LazyValue<K,V> extends Object
  • Constructor Details

    • LazyValue

      public LazyValue(K key, Callable<V> callable)