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
ScheduledFuture
<V>
extends
Future
<V>,
Delayed
Overview
Inheritance
Members
Usage
Source
Books
Since
1.5
Version
Not specified.
Author(s)
Doug Lea
Type Parameters:
V
- The result type returned by this Future
A delayed result-bearing action that can be cancelled. Usually a scheduled future is the result of scheduling a task with a
ScheduledExecutorService
.
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