Class Summary |
AbstractCollection |
Overrides toArray() and toArray(Object[]) in AbstractCollection to provide
implementations valid for concurrent collections. |
AbstractQueue |
This class provides skeletal implementations of some Queue
operations. |
Arrays |
|
LinkedBlockingQueue |
An optionally-bounded blocking queue based on
linked nodes. |
ReentrantLock |
This is a stripped down version of jdk1.5 ReentrantLock. |
TimeUnit |
A TimeUnit represents time durations at a given unit of
granularity and provides utility methods to convert across units,
and to perform timing and delay operations in these units. |
Utils |
This class groups together the functionality of java.util.concurrent that
cannot be fully and reliably implemented in backport, but for which some
form of emulation is possible. |
. All Rights Reserved.