Uses of Interface
java.util.concurrent.RunnableScheduledFuture
Packages that use RunnableScheduledFuture
-
Uses of RunnableScheduledFuture in java.util.concurrent
Methods in java.util.concurrent that return RunnableScheduledFutureModifier and TypeMethodDescriptionprotected <V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor.decorateTask
(Runnable runnable, RunnableScheduledFuture<V> task) Modifies or replaces the task used to execute a runnable.protected <V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor.decorateTask
(Callable<V> callable, RunnableScheduledFuture<V> task) Modifies or replaces the task used to execute a callable.Methods in java.util.concurrent with parameters of type RunnableScheduledFutureModifier and TypeMethodDescriptionprotected <V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor.decorateTask
(Runnable runnable, RunnableScheduledFuture<V> task) Modifies or replaces the task used to execute a runnable.protected <V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor.decorateTask
(Callable<V> callable, RunnableScheduledFuture<V> task) Modifies or replaces the task used to execute a callable.