| Modifier and Type | Field and Description |
|---|---|
private ConcurrentQueue.Entry<T> |
ConcurrentQueue.Entry.next
Link to next entry, maybe
null. |
| Modifier and Type | Field and Description |
|---|---|
private AtomicReference<ConcurrentQueue.Entry<E>> |
ConcurrentQueue.head
References the head of the linked list.
|
private AtomicReference<ConcurrentQueue.Entry<E>> |
ConcurrentQueue.tail
References the tail of the linked list.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.