ScheduledThreadPoolExecutor.schedule

@throws RejectedExecutionException {@inheritDoc} @throws NullPointerException {@inheritDoc}

  1. ScheduledFuture!(void) schedule(Runnable command, Duration delay)
    class ScheduledThreadPoolExecutor
    schedule
    (
    Runnable command
    ,
    Duration delay
    )
  2. ScheduledFuture!(V) schedule(Callable!(V) callable, Duration delay)

Meta