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