Interface ConcurrentWeakHashMap.LazyValueCreator<K,V>

Enclosing class:
ConcurrentWeakHashMap<K,V>

public static interface ConcurrentWeakHashMap.LazyValueCreator<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • createValue

      V createValue(K key)