ScheduledThreadPoolExecutor.submit

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

  1. Future!void submit(Runnable task)
    class ScheduledThreadPoolExecutor
    override
    Future!void
    submit
    (
    Runnable task
    )
  2. Future!(T) submit(Runnable task, T result)
  3. Future!(T) submit(Callable!(T) task)

Meta