public abstract class LazyValue<T> extends Object
LazyValue()
protected abstract T
compute()
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LazyValue()
public T get() throws InterruptedException, ExecutionException
InterruptedException
ExecutionException
protected abstract T compute()
Copyright © 2013 JBoss by Red Hat. All rights reserved.