Package org.jruby.ext.thread
Class Queue.Node
java.lang.Object
org.jruby.ext.thread.Queue.Node
- Enclosing class:
- Queue
Linked list node class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) IRubyObject(package private) Queue.NodeOne of: - the real successor Node - this Node, meaning the successor is head.next - null, meaning there is no successor (this is the last node) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
item
IRubyObject item -
next
Queue.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)
-
-
Constructor Details
-
Node
Node(IRubyObject x)
-