ecologylab.generic
Interface ValueFactory<K,V>

Type Parameters:
K -
V -
All Known Implementing Classes:
HashMapFromStringsWriteSynch, HashMapWriteSynch3

public interface ValueFactory<K,V>

Create Value objects for hashed data structure with synchronized writes and unsynchronized reads.

Author:
andruid

Method Summary
 V createValue(K key)
           
 

Method Detail

createValue

V createValue(K key)