| Package | Description |
|---|---|
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| Modifier and Type | Method and Description |
|---|---|
protected <V> RunnableScheduledFuture |
ScheduledThreadPoolExecutor.decorateTask(Callable
Modifies or replaces the task used to execute a callable.
|
protected <V> RunnableScheduledFuture |
ScheduledThreadPoolExecutor.decorateTask(Runnable
Modifies or replaces the task used to execute a runnable.
|
| Modifier and Type | Method and Description |
|---|---|
protected <V> RunnableScheduledFuture |
ScheduledThreadPoolExecutor.decorateTask(Callable
Modifies or replaces the task used to execute a callable.
|
protected <V> RunnableScheduledFuture |
ScheduledThreadPoolExecutor.decorateTask(Runnable
Modifies or replaces the task used to execute a runnable.
|