Uses of Class
org.jruby.ext.thread.Queue.Node
Packages that use Queue.Node
-
Uses of Queue.Node in org.jruby.ext.thread
Fields in org.jruby.ext.thread declared as Queue.NodeModifier and TypeFieldDescription(package private) Queue.NodeQueue.headHead of linked list.protected Queue.NodeQueue.lastTail of linked list.(package private) Queue.NodeQueue.Node.nextOne of: - the real successor Node - this Node, meaning the successor is head.next - null, meaning there is no successor (this is the last node)Methods in org.jruby.ext.thread with parameters of type Queue.Node