Interface ValueFactory<K,V,E extends Exception>

Type Parameters:
E - Exception that can be thrown
V - value class
K - key class

public interface ValueFactory<K,V,E extends Exception>
  • Method Summary

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

    • create

      V create(K key) throws E
      Parameters:
      key - the key of the entry, the factory is for
      Returns:
      ValueFactory
      Throws:
      E - factory ValueFactory