com.hazelcast.util
Interface ConstructorFunction<K,V>

Type Parameters:
K - key type
V - value type

public interface ConstructorFunction<K,V>

See ConcurrencyUtil


Method Summary
 V createNew(K arg)
           
 

Method Detail

createNew

V createNew(K arg)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.