Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Node<T>

Type parameters

  • T

Hierarchy

  • Node

Index

Constructors

Properties

Constructors

constructor

  • new Node(key: string, value: T, next: Node<T>, prev: Node<T>): Node

Properties

key

key: string

next

next: Node<T>

prev

prev: Node<T>

value

value: T

Generated using TypeDoc