Class Queue.Node

java.lang.Object
org.jruby.ext.thread.Queue.Node
Enclosing class:
Queue

static class Queue.Node extends Object
Linked list node class
  • Field Details

    • item

    • next

      One 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