Interface ReferenceCountingMap.ValueFactory<K, V extends Closeable>

Enclosing class:
ReferenceCountingMap<K, V extends Closeable>

public static interface ReferenceCountingMap.ValueFactory<K, V extends Closeable>
A factory to create a value from the given key.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(K key)
     
  • Method Details

    • create

      V create(K key)