ScheduledThreadPoolExecutor.submit

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

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

Meta