Constructor Trie
Trie(IDataInput)
Constructor for the Trie object.
Declaration
public Trie(IDataInput is)
Parameters
Type | Name | Description |
---|---|---|
IDataInput | is | the input stream |
Trie(Boolean)
Constructor for the Trie object.
Declaration
public Trie(bool forward)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | 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)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | forward |
|
System.Int32 | root | index of the row that is the root node |
IList<System.String> | cmds | the patch commands to store |
IList<Row> | rows | a Vector of Vectors. Each inner Vector is a node of this Trie |