Constructor Trie
Trie(IDataInput)
Constructor for the Trie object.
Declaration
public Trie(IDataInput is)
Parameters
Type | Name | Description |
---|---|---|
IData |
is | the input stream |
Trie(Boolean)
Constructor for the Trie object.
Declaration
public Trie(bool forward)
Parameters
Type | Name | Description |
---|---|---|
System. |
forward | set to |
Trie(Boolean, Int32, IList<String>, IList<Row>)
Constructor for the Trie object.
Declaration
public Trie(bool forward, int root, IList<string> cmds, IList<Row> rows)