Property | Type | Description | |
---|---|---|---|
Clear | void | ||
GetChild | |||
GetChildren | IEnumerable |
||
RemoveChild | void | ||
SetChild | void | ||
TrieNode | System |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string |
For readability.
|
Method | Description | |
---|---|---|
Clear ( ) : void | ||
GetChild ( char character ) : |
||
GetChildren ( ) : IEnumerable |
||
RemoveChild ( char character ) : void | ||
SetChild ( |
||
TrieNode ( char character ) : System |
Create a new TrieNode instance.
|