Changed Methods |
List<Future<T>> invokeAll(Collection<? extends Callable<T>> )
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|
List<Future<T>> invokeAll(Collection<?, extends, Callable<T>>, long, TimeUnit)
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|
ListenableFuture<?> submit(Runnable )
|
Changed from non-abstract to abstract.
|
@return a {@code ListenableFuture} representing pending completion of the task
|
ListenableFuture<T> submit(Runnable, T)
|
Changed from non-abstract to abstract.
|
@return a {@code ListenableFuture} representing pending completion of the task
|
ListenableFuture<T> submit(Callable<T> )
|
Changed from non-abstract to abstract.
|
@return a {@code ListenableFuture} representing pending completion of the task
|