| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ConcurrentQueue<E>
Queue implemented with compare-and-set algorithm from Brian Goetz.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Queue<E> |
Concurrent.newQueue()
Create a queue.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.