Method AddChild
AddChild(int, TrieDictionaryNode)
Add a node as a child of this one
public void AddChild(int childIndex, TrieDictionaryNode childNode)
Parameters
childIndex
intchildNode
TrieDictionaryNode
Remarks
childIndex
MUST be the sorted index into Children
such that children remains sorted. If this is not the case, all algorithms will fail to work.