public final class MpscOnSpscQueue<E> extends MpscOnSpscFields<E> implements java.util.Queue<E>
| Modifier and Type | Field and Description |
|---|---|
(package private) long |
p30 |
(package private) long |
p31 |
(package private) long |
p32 |
(package private) long |
p33 |
(package private) long |
p34 |
(package private) long |
p35 |
(package private) long |
p36 |
(package private) long |
p37 |
(package private) long |
p40 |
(package private) long |
p41 |
(package private) long |
p42 |
(package private) long |
p43 |
(package private) long |
p44 |
(package private) long |
p45 |
(package private) long |
p46 |
producerQueue, queues, refQ| Constructor and Description |
|---|
MpscOnSpscQueue(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
java.util.Iterator<E> |
iterator() |
boolean |
offer(E e) |
E |
peek() |
E |
poll() |
int |
size() |
addQueue, numberOfQueues, removeQueuecontains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait