Uses of Interface
org.jctools.queues.intrusive.Node
-
Packages that use Node Package Description org.jctools.queues.intrusive -
-
Uses of Node in org.jctools.queues.intrusive
Classes in org.jctools.queues.intrusive that implement Node Modifier and Type Class Description class
NodeImpl
Fields in org.jctools.queues.intrusive declared as Node Modifier and Type Field Description protected Node
MpscIntrusiveLinkedQueueConsumerNodeRef. stub
Methods in org.jctools.queues.intrusive that return Node Modifier and Type Method Description Node
Node. getNext()
Node
NodeImpl. getNext()
Node
MpscIntrusiveLinkedQueue. peek()
Node
MpscIntrusiveLinkedQueue. poll()
Methods in org.jctools.queues.intrusive with parameters of type Node Modifier and Type Method 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)
-