java.util.Queue
instances based on a best fit to the ConcurrentQueueSpec
.
This allows minimal dependencies between user code and the queue implementations and gives users a way to express
their requirements on a higher level.
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static <E> Queue | newQueue(ConcurrentQueueSpec qs)
Deprecated
as a consequence of
ConcurrentQueueSpec being deprecated.
|
AtomicQueueFactory | back to summary |
---|---|
public AtomicQueueFactory() |
newQueue | back to summary |
---|---|
public static <E> Queue Deprecated as a consequence of |