Class LazyMap<A,B>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<A,B>
org.talend.sdk.component.runtime.manager.util.LazyMap<A,B>
All Implemented Interfaces:
Serializable, ConcurrentMap<A,B>, Map<A,B>

public class LazyMap<A,B> extends ConcurrentHashMap<A,B>
See Also: