Class 
Use 
SUMMARY: NESTED | FIELD | METHOD      DETAIL: FIELD | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

java.base / java.util.concurrent
Interface ScheduledFuture<V>
Type Parameters:
V - The result type returned by this Future
All Superinterfaces:
Comparable<Delayed>, Delayed, Future<V>
All Known Subinterfaces:
RunnableScheduledFuture<V>

public interface ScheduledFuture<V>
extends Delayed, Future<V>
A delayed result-bearing action that can be cancelled. Usually a scheduled future is the result of scheduling a task with a ScheduledExecutorService.
Since:
1.5
Author:
Doug Lea

Method Summary
Methods inherited from interface java.util.concurrent.Delayed
getDelay
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone

 Class 
Use 
SUMMARY: NESTED | FIELD | METHOD      DETAIL: FIELD | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz