Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • V

Hierarchy

  • Tree

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private map

map: TreeProps<V>

Methods

clear

  • clear(): void

get

length

  • length(): number

put

  • put(key: string, value: V | TreeProps<V>): any

putAll

remove

  • remove(...keys: string[]): boolean

tree

  • tree(...keys: string[]): Tree<V>

value

  • value(...keys: string[]): V

Static allKeys

  • allKeys(...keys: string[]): string[]

Static getMap

Generated using TypeDoc