Options
All
  • Public
  • Public/Protected
  • All
Menu

DoublyLinkedListNode carries a value and keeps reference of the previous and the next node. It also stores a reference to the List it belongs to for checking purposes.

Type parameters

  • T

Hierarchy

  • DoublyLinkedListNode

Implements

Index

Constructors

Properties

Constructors

constructor

Properties

list

Optional next

next: DLLNode<T>

Optional prev

prev: DLLNode<T>

value

value: T

Generated using TypeDoc