Uses of Interface
java.util.concurrent.RunnableScheduledFuture
-
Packages that use RunnableScheduledFuture 软件包 描述 java.util.concurrent 实用程序类通常用于并发编程。 -
-
Uses of RunnableScheduledFuture in java.util.concurrent
Methods in java.util.concurrent that return RunnableScheduledFuture Modifier and Type 方法 描述 protected <V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor. decorateTask(Runnable runnable, RunnableScheduledFuture<V> task)
修改或替换用于执行runnable的任务。protected <V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor. decorateTask(Callable<V> callable, RunnableScheduledFuture<V> task)
修改或替换用于执行可调用的任务。Methods in java.util.concurrent with parameters of type RunnableScheduledFuture Modifier and Type 方法 描述 protected <V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor. decorateTask(Runnable runnable, RunnableScheduledFuture<V> task)
修改或替换用于执行runnable的任务。protected <V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor. decorateTask(Callable<V> callable, RunnableScheduledFuture<V> task)
修改或替换用于执行可调用的任务。
-