-
- 参数类型
-
V
- 此未来返回的结果类型
- All Superinterfaces:
-
Comparable<V>
,Delayed
,Future<V>
- All Known Subinterfaces:
-
RunnableScheduledFuture<V>
public interface ScheduledFuture<V> extends Delayed, Future<V>
可以取消延迟结果的行动。 通常一个预定的未来是使用一个ScheduledExecutorService
调度一个任务的结果 。- 从以下版本开始:
- 1.5
-
-
方法摘要
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-