Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LinkedListNode<T>

Linked List Node

Type parameters

  • T

Hierarchy

  • LinkedListNode

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

next

next: LinkedListNode<T> | null = null

prev

prev: LinkedListNode<T> | null = null

value

value: T

Methods

Private checkNode

getNext

getPrev

setNext

setPrev

Generated using TypeDoc