Interface ValueFactory<K,V,E extends Exception>
- Type Parameters:
K- key classV- value classE- Exception that can be thrown
public interface ValueFactory<K,V,E extends Exception>
-
Method Summary
-
Method Details
-
create
- Parameters:
key- the key of the entry, the factory is for- Returns:
ValueFactory- Throws:
E- factoryValueFactory
-