-
- 参数类型
-
V
- 此Future返回的结果类型
- All Superinterfaces:
-
Comparable<Delayed>
,Delayed
,Future<V>
- All Known Subinterfaces:
-
RunnableScheduledFuture<V>
public interface ScheduledFuture<V> extends Delayed, Future<V>
延迟的结果承担动作可以取消。 通常,计划的未来是使用ScheduledExecutorService
计划任务的结果 。- 从以下版本开始:
- 1.5
-
-
方法摘要
-
声明方法的接口 java.lang.Comparable
compareTo
-
-