dotNetRDF API Documentation

VDS.Common Namespace

Top Level Namespace for common data structures that are using throughout the dotNetRDF library but are not necessarily RDF specific

Namespace Hierarchy

Classes

Class Description
HashTable(TKey,TValue) Obsolete. A Hash Table for use as in-memory storage
MultiDictionary(TKey,TValue) A multi dictionary implementation
StringTrie(T) Represents the classic use case of a Trie data structure, keys are strings with a character stored at each Node
Trie(TKey,TKeyBit,TValue) Trie data structure which maps strings to generic values.
TrieNode(TKeyBit,TValue) Node of a Trie

Enumerations

Enumeration Description
HashTableBias Obsolete. Controls the bias of the hash table
MultiDictionaryMode Possible modes to use for the binary search tree based buckets of the MultiDictionary