static class GenericThreadPool.ActionFutureTask<R> extends Object implements Runnable
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) Action<R> |
action |
(专用程序包) Future<R> |
delegate |
(专用程序包) GenericThreadPool.Reference<R> |
reference |
(专用程序包) Map<Action<R>,R> |
results |
(专用程序包) ThreadPool |
threadPool |
| 构造器和说明 |
|---|
ActionFutureTask(Future<R> delegate,
Action<R> action,
GenericThreadPool.Reference<R> reference,
ThreadPool threadPool) |
final GenericThreadPool.Reference<R> reference
final ThreadPool threadPool
ActionFutureTask(Future<R> delegate, Action<R> action, GenericThreadPool.Reference<R> reference, ThreadPool threadPool)
Copyright © 2020. All rights reserved.