Object - streams : Node

The Node object represents a node in the linkedlist data structure.

Constructor

__init

(Node? prev, any data, Node? next)

  • data any

Fields

  • data any
  • description

  • next Node?
  • description

  • prev Node?
  • description