Enum HashSet<T>.Feature
Enum class to assist printing of compilation alternatives.
Namespace: Lucene.Net.Support.C5
Assembly: Lucene.Net.dll
Syntax
[Flags]
public enum Feature : short
Fields
| Name | Description |
|---|---|
| Chaining | Use chaining to resolve index clashes |
| Dummy | Nothing |
| InterHashing | Use hash function on item hash code |
| LinearProbing | Using linear probing to resolve index clashes |
| RandomInterHashing | Use a universal family of hash functions on item hash code |
| RefTypeBucket | Buckets are of reference type |
| ShrinkTable | Shrink table when very sparsely filled |
| ValueTypeBucket | Primary buckets are of value type |