android-components / mozilla.components.browser.engine.system.matcher / Trie / createNode
createNode
open fun createNode(character: Char, parent: Trie): Trie
(source)
Creates a new node for the provided character and parent node.
Parameters
character
- the character this node represents
parent
- the parent of this node