dotNetRDF API Documentation

Trie(TKey,TKeyBit,TValue) Class

Trie data structure which maps strings to generic values.

For a list of all members of this type, see Trie(TKey,TKeyBit,TValue) Members .

System.Object
   Trie(TKey,TKeyBit,TValue)
      StringTrie(T)

[DefaultMember(MemberName=""Item"")]
public class Trie<TKey, TKeyBit, TValue>
where TValue : class

Generic template parameters

TKey
Type of keys
TKeyBit
Type of key bits
TValue
Type of values to map to

Remarks

Keys are converted into a sequence of key bits using a user provided function

Original code taken from Typocolypse but has been heavily rewritten to be much more generic and LINQ friendly

Requirements

Namespace: VDS.Common

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

Trie(TKey,TKeyBit,TValue) Members | VDS.Common Namespace