Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TrieNode

Hierarchy

  • TrieNode

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • Default value key: string = ""

    Returns TrieNode

Properties

Readonly children

children: {}

Type declaration

Readonly key

key: string

Readonly notes

notes: string[] = []

Methods

getAllFrom

  • getAllFrom(): string[]
  • Returns string[]

Static getAllFrom

  • Parameters

    Returns string[]

Generated using TypeDoc