V - 此 Future 返回的结果类型。
一个延迟的、结果可接受的操作,可将其取消。通常已安排的 future 是用 ScheduledExecutorService 安排任务的结果。
| 方法摘要 |
|---|
| 从接口 java.util.concurrent.Delayed 继承的方法 |
|---|
getDelay |
| 从接口 java.lang.Comparable 继承的方法 |
|---|
compareTo |
| 从接口 java.util.concurrent.Future 继承的方法 |
|---|
cancel, get, get, isCancelled, isDone |