Method GetOrCreateNode
GetOrCreateNode(String)
Returns the node indexed by key, creating that node if it doesn't exist, and creating any required intermediate nodes if they don't exist.
Declaration
protected virtual JaspellTernarySearchTrie.TSTNode GetOrCreateNode(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | A |
Returns
Type | Description |
---|---|
JaspellTernarySearchTrie.TSTNode | The node object indexed by key. This object is an instance of an inner class named JaspellTernarySearchTrie.TSTNode. |