|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.util.concurrent
接口 ScheduledFuture<V>
- 类型参数:
-
V
- 此 Future 返回的结果类型。
- 所有超级接口:
- Comparable<Delayed>, Delayed, Future<V>
一个延迟的、结果可接受的操作,可将其取消。通常已安排的 future 是用 ScheduledExecutorService
安排任务的结果。
- 从以下版本开始:
- 1.5
方法摘要 |
---|
从接口 java.util.concurrent.Delayed 继承的方法 |
---|
getDelay |
从接口 java.lang.Comparable 继承的方法 |
---|
compareTo |
从接口 java.util.concurrent.Future 继承的方法 |
---|
cancel, get, get, isCancelled, isDone |
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |