dotNetRDF API Documentation

Trie(TKey,TKeyBit,TValue) Members

Trie(TKey,TKeyBit,TValue) overview

Public Instance Constructors

Trie(TKey,TKeyBit,TValue) Constructor Create an empty trie with an empty root node.

Public Instance Properties

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

Public Instance Methods

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)
FindOverloaded. 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

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

Trie<TKey, TKeyBit, TValue> Class | VDS.Common Namespace