Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.util.concurrent.RunnableFuture
Packages that use RunnableFuture
Utility classes commonly useful in concurrent programming.
interface
Classes in java.util.concurrent that implement RunnableFuture
class
A cancellable asynchronous computation.
Methods in java.util.concurrent that return RunnableFuture
protected <T> RunnableFuture<T>
AbstractExecutorService.newTaskFor(Callable<T> callable)
Returns a RunnableFuture for the given callable task.
protected <T> RunnableFuture<T>
AbstractExecutorService.newTaskFor(Runnable runnable, T value)
Returns a RunnableFuture for the given runnable and default value.
protected <T> RunnableFuture<T>
ForkJoinPool.newTaskFor(Callable<T> callable)
Returns a RunnableFuture for the given callable task.
protected <T> RunnableFuture<T>
ForkJoinPool.newTaskFor(Runnable runnable, T value)
Returns a RunnableFuture for the given runnable and default value.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz