Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DoublyLinkedListNode

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

next

property

Link to next data object in the list

previous

previous: null | DoublyLinkedListNode
property

Link to previous data object in the list

value

value: any
property

data object

Methods

toString

  • toString(callback?: (node: any) => string): string