Class TreeDictionary<K, V>
A sorted generic dictionary based on a red-black tree set.
Inheritance
System.Object
EnumerableBase<KeyValuePair<K, V>>
CollectionValueBase<KeyValuePair<K, V>>
DictionaryBase<K, V>
SortedDictionaryBase<K, V>
TreeDictionary<K, V>
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class TreeDictionary<K, V> : SortedDictionaryBase<K, V>, ISortedDictionary<K, V>, IDictionary<K, V>, ICollectionValue<KeyValuePair<K, V>>, Collections.Generic.IEnumerable<KeyValuePair<K, V>>, IShowable, IFormattable
Type Parameters
Name | Description |
---|---|
K | |
V |
Constructors
Name | Description |
---|---|
TreeDictionary(MemoryType) | Create a red-black tree dictionary using the natural comparer for keys.
|
TreeDictionary(Collections.Generic.IComparer<K>, MemoryType) | Create a red-black tree dictionary using an external comparer for keys. |
Methods
Name | Description |
---|---|
Snapshot() | Make a snapshot of the current state of this dictionary |