public class NamedFutureTask<T> extends FutureTask<T>
| Constructor and Description |
|---|
NamedFutureTask(String name,
Callable<T> callable) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
cancel, done, get, get, isCancelled, isDone, runAndReset, set, setExceptionprotected final String name
public void run()
run in interface Runnablerun in interface RunnableFuture<T>run in class FutureTask<T>Copyright © 2018–2020. All rights reserved.