Property | Type | Description | |
---|---|---|---|
_character | char | ||
_children | TrieNode>.IDictionary |
Method | Description | |
---|---|---|
AddOrGetNode ( char c ) : |
Adds the requested character to the Node subtree children If there is already a child representing the character - return it
|
|
Equals ( object obj ) : bool | ||
GetChildNode ( char c ) : |
||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
TrieNode ( char c ) : System |