- 所有已知的子接口:
RunnableFuture<V>,RunnableScheduledFuture<V>
- 所有已知的实现类:
AsyncBoxView.ChildState,ForkJoinWorkerThread,FutureTask,RenderableImageProducer,SwingWorker,Thread,TimerTask
- 函数接口:
- 这是一个功能接口,因此可以用作 lambda 表达式或方法引用的赋值目标。
- 自从:
- 1.0
- 参见:
-
方法总结
-
方法详情
-
run
void run()运行此操作。
-