CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: AkamaiNetStorage
Content-Type: text/html
ETag: "25e5db21e6510eba84ba1f4ac87fc9ba:1569364781.360932"
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=21600
Date: Mon, 28 Jul 2025 07:22:28 GMT
Content-Length: 2890
Connection: keep-alive
ScheduledFuture (Java SE 10 & JDK 10 )
-
- 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 aScheduledExecutorService
.- Since:
- 1.5
-
-
Method Summary
-
Methods declared in interface java.lang.Comparable
compareTo
-
-