Add intermediary node between this node and existing child. Use prefix as key to intermediary, and update intermediary's key to current child as needed.
the prefix of child to act as key to new intermediary node. length > 0
the existing child key. length > 0 and child.startsWith(prefix)
Iterate over all nodes of subtree rooted at this node. Prune the subtree using the provided pruner function. Control the search type with the searchType parameter.
the prefix shared by all nodes returned
the configuration of the behaviour of the function
prune nodes tree using this function. false to prune, true to keep
the type of tree traversal to do. Must be in constants.SearchTypes
Generated using TypeDoc
Create node in the Radix Tree.