Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Node<T>

description

Node - It will hold value and next referance

Type parameters

  • T

Hierarchy

  • Node

Index

Constructors

Properties

Constructors

constructor

  • new Node(value: T): Node

Properties

next

next: Node<T> | null

Node next referance

value

value: T

Node value

Generated using TypeDoc