ecologylab.generic
Interface ValueFactory2<K,V,A>

Type Parameters:
K -
V -
A - 2nd argument to constructor

public interface ValueFactory2<K,V,A>

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

Author:
andruid

Method Summary
 V createValue(K key, A arg)
           
 

Method Detail

createValue

V createValue(K key,
              A arg)