Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Node<K, V>

Type parameters

  • K

  • V

Hierarchy

  • Node

Index

Constructors

Properties

Constructors

constructor

  • new Node(k: K | null, v: V | null, h: number): Node

Properties

k

k: K | null

next

next: Node<K, V>[]

v

v: V | null

Generated using TypeDoc