Trie(TKey,TKeyBit,TValue) overview
Trie(TKey,TKeyBit,TValue) Constructor
|
Create an empty trie with an empty root node. |
Count | Gets the Count of all Nodes in the Trie |
Item | Gets/Sets the Value associated with a given Key |
Root | Gets the Root Node of the Trie |
Values | Gets all the Values in the Trie |
Add | Adds a new key value pair, overwriting the existing value if the given key is already in use |
Clear | Clears the Trie |
Equals (inherited from Object) | |
Find | Overloaded. Finds and returns a Node for the given Key |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
MoveToNode | Moves to the Node associated with the given Key creating new nodes if necessary |
Remove | Remove the value that a key leads to and any redundant nodes which result from this action |
ToString (inherited from Object) | |
TryGetValue | Tries to get the Value associated with a given Key |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
Trie<TKey, TKeyBit, TValue> Class | VDS.Common Namespace