Options
All
  • Public
  • Public/Protected
  • All
Menu

A node in a singly-linked list, whose link and value can be changed.

Type parameters

  • T

    the type of each value in the list

Hierarchy

  • LinkedListNode

Index

Constructors

Properties

Accessors

Constructors

Properties

_next: undefined | LinkedListNode<T>
_value: T

Accessors

  • get value(): T
  • set value(value: T): void

Generated using TypeDoc