public static class LazyHashMap.LazyValue<K,V> extends java.lang.Object
(package private) java.util.concurrent.Callable<V>
callable
(package private) K
key
LazyValue(K key, java.util.concurrent.Callable<V> callable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final K key
final java.util.concurrent.Callable<V> callable
public LazyValue(K key, java.util.concurrent.Callable<V> callable)