Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LinkedListNode<T>

Node for LinkedList

Type parameters

  • T

Hierarchy

  • LinkedListNode

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

next

node

prev

value

value: T

node value

Methods

toString

  • toString(serializer?: function): string