Eclipse
IntelliJ
NetBeans
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Java SE, Sun OpenJDK7.b12
Package:
java.util.concurrent
Interface
public
interface
RunnableFuture
<V>
extends
Future
<V>,
Runnable
Overview
Inheritance
Members
Usage
Source
Books
Since
1.6
Version
Not specified.
Author(s)
Doug Lea
Type Parameters:
V
- The result type returned by this Future's
get
method
A
Future
that is
Runnable
. Successful execution of the
run
method causes completion of the
Future
and allows access to its results.
See also
FutureTask
Executor
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact