dotNetRDF API Documentation

StringTrie(T) Members

StringTrie(T) overview

Public Static Methods

KeyMapper Key Mapper function for String Trie

Public Instance Constructors

StringTrie(T) Constructor Creates a new String Trie

Public Instance Properties

Count (inherited from Trie) Gets the Count of all Nodes in the Trie
Item (inherited from Trie)
Root (inherited from Trie) Gets the Root Node of the Trie
Values (inherited from Trie) Gets all the Values in the Trie

Public Instance Methods

Add (inherited from Trie)
Clear (inherited from Trie) Clears the Trie
Equals (inherited from Object)
Find (inherited from Trie)Overloaded.
GetHashCode (inherited from Object)
GetType (inherited from Object)
MoveToNode (inherited from Trie)
Remove (inherited from Trie)
ToString (inherited from Object)
TryGetValue (inherited from Trie)

Protected Instance Methods

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

See Also

StringTrie<T> Class | VDS.Common Namespace