Class MapOfSets<TKey, TValue>
Helper class for keeping Lists of Objects associated with keys. WARNING: this CLASS IS NOT THREAD SAFE
@lucene.internal
Inheritance
System.Object
MapOfSets<TKey, TValue>
Assembly: DistributedLucene.Net.dll
Syntax
public class MapOfSets<TKey, TValue> : object
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Constructors
Name | Description |
---|---|
MapOfSets(IDictionary<TKey, ISet<TValue>>) |
Properties
Name | Description |
---|---|
Map |
Methods
Name | Description |
---|---|
Put(TKey, TValue) | Adds |
PutAll(TKey, IEnumerable<TValue>) | Adds multiple |