Interface | Description |
---|---|
Callable<V> |
Emulation of Callable.
|
ConcurrentMap<K,V> |
Minimal GWT emulation of a map providing atomic operations.
|
Delayed |
Emulation of Delayed.
|
Executor |
Emulation of Executor.
|
Future<V> |
Emulation of Future.
|
RunnableFuture<V> |
Emulation of RunnableFuture.
|
ScheduledFuture<V> |
Emulation of ScheduleFuture.
|
Class | Description |
---|---|
Callable |
Emulation of Callable.
|
CancellationException |
Emulation of CancellationException.
|
ConcurrentHashMap |
Minimal emulation of
ConcurrentHashMap . |
ConcurrentHashMap<K,V> |
Minimal emulation of
ConcurrentHashMap . |
ConcurrentMap |
Minimal GWT emulation of a map providing atomic operations.
|
Delayed |
Emulation of Delayed.
|
ExecutionException |
Emulation of ExecutionException.
|
Executor |
Emulation of Executor.
|
Executors |
Emulation of executors.
|
Executors |
Emulation of executors.
|
Future |
Emulation of Future.
|
RejectedExecutionException |
GWT emulation of RejectedExecutionException.
|
RunnableFuture |
Emulation of RunnableFuture.
|
ScheduledFuture |
Emulation of ScheduleFuture.
|
TimeoutException |
Emulation of TimeoutException.
|
TimeUnit |
GWT emulation of TimeUnit, created by removing unsupported operations from
Doug Lea's public domain version.
|
Enum | Description |
---|---|
TimeUnit |
GWT emulation of TimeUnit, created by removing unsupported operations from
Doug Lea's public domain version.
|
Exception | Description |
---|---|
CancellationException |
Emulation of CancellationException.
|
ExecutionException |
Emulation of ExecutionException.
|
RejectedExecutionException |
GWT emulation of RejectedExecutionException.
|
TimeoutException |
Emulation of TimeoutException.
|
Copyright © 2018. All rights reserved.