package java.util.concurrent; public interface ScheduledFuture<V> extends Delayed, Future<V> { }
类型参数:html
V
- 此 Future 返回的结果类型。java
全部超级接口:api
Comparable< Delayed>, Delayed, Future<V>spa
全部已知子接口:.net
一个延迟的、结果可接受的操做,可将其取消。一般已安排的 future 是用ScheduledExecutorService
安排任务的结果。code
从接口 java.util.concurrent.Delayed 继承的方法htm
getDelay
blog
从接口 java.lang.Comparable 继承的方法继承
从接口 java.util.concurrent.Future 继承的方法
cancel, get, get, isCancelled, isDone