RunnableScheduledFuture

Interface RunnableScheduledFuture<V>

Type Parameters:
V - The result type returned by this Future's get method
All Superinterfaces:
Comparable<Delayed>, Delayed, Future<V>, Runnable, RunnableFuture<V>, ScheduledFuture<V>
public interface RunnableScheduledFuture<V>
extends RunnableFuture<V>, ScheduledFuture<V>

A ScheduledFuture that is 登录查看完整内容