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