public final class FutureResult<T>
extends java.lang.Object
| Constructor and Description |
|---|
FutureResult() |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
void |
set(T result) |
boolean |
wait(long timeout,
java.util.concurrent.TimeUnit unit) |