| Package | Description |
|---|---|
| org.jctools.queues.intrusive |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeImpl |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.getNext() |
Node |
NodeImpl.getNext() |
Node |
MpscIntrusiveLinkedQueue.peek() |
Node |
MpscIntrusiveLinkedQueue.poll() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MpscIntrusiveLinkedQueue.offer(Node node) |
void |
Node.setNext(Node next)
Stores a pointer to the next node in the linked queue structure.
|
void |
NodeImpl.setNext(Node next) |
Copyright © 2013–2023. All rights reserved.