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 classNodeImplFields in org.jctools.queues.intrusive declared as Node Modifier and Type Field Description protected NodeMpscIntrusiveLinkedQueueConsumerNodeRef. stubMethods in org.jctools.queues.intrusive that return Node Modifier and Type Method Description NodeNode. getNext()NodeNodeImpl. getNext()NodeMpscIntrusiveLinkedQueue. peek()NodeMpscIntrusiveLinkedQueue. poll()Methods in org.jctools.queues.intrusive with parameters of type Node Modifier and Type Method Description booleanMpscIntrusiveLinkedQueue. offer(Node node)voidNode. setNext(Node next)Stores a pointer to the next node in the linked queue structure.voidNodeImpl. setNext(Node next)
-