| Add(TKey key, TValue value) | Lucene.Net.Support.HashMap< TKey, TValue > | virtual |
| Clear() | Lucene.Net.Support.HashMap< TKey, TValue > | |
| ContainsKey(TKey key) | Lucene.Net.Support.HashMap< TKey, TValue > | |
| ContainsValue(TValue value) | Lucene.Net.Support.HashMap< TKey, TValue > | |
| Count | Lucene.Net.Support.HashMap< TKey, TValue > | |
| GetEnumerator() | Lucene.Net.Support.HashMap< TKey, TValue > | |
| HashMap() | Lucene.Net.Support.HashMap< TKey, TValue > | |
| HashMap(IEqualityComparer< TKey > comparer) | Lucene.Net.Support.HashMap< TKey, TValue > | |
| HashMap(int initialCapacity) | Lucene.Net.Support.HashMap< TKey, TValue > | |
| HashMap(int initialCapacity, IEqualityComparer< TKey > comparer) | Lucene.Net.Support.HashMap< TKey, TValue > | |
| HashMap(IEnumerable< KeyValuePair< TKey, TValue >> other) | Lucene.Net.Support.HashMap< TKey, TValue > | |
| IsReadOnly | Lucene.Net.Support.HashMap< TKey, TValue > | |
| Keys | Lucene.Net.Support.HashMap< TKey, TValue > | |
| Remove(KeyValuePair< TKey, TValue > item) | Lucene.Net.Support.HashMap< TKey, TValue > | |
| Remove(TKey key) | Lucene.Net.Support.HashMap< TKey, TValue > | |
| this[TKey key] | Lucene.Net.Support.HashMap< TKey, TValue > | |
| TryGetValue(TKey key, out TValue value) | Lucene.Net.Support.HashMap< TKey, TValue > | |
| Values | Lucene.Net.Support.HashMap< TKey, TValue > | |