| Constructor and Description |
|---|
FutureValue() |
public V get() throws InterruptedException
get in interface Future<V>InterruptedExceptionpublic V get(long arg0, TimeUnit arg1) throws InterruptedException, TimeoutException
get in interface Future<V>InterruptedExceptionTimeoutExceptionpublic V get(long arg0, TimeUnit arg1, V valueOnTimeout) throws InterruptedException
InterruptedExceptionpublic boolean isCancelled()
isCancelled in interface Future<V>public void set(V value)
Copyright © 2003–2015. All rights reserved.