The class EwahEnumerator represents a special type of
efficient enumerator iterating over (uncompressed) words of bits.
Inheritance Hierarchy SystemObject VelocityDBExtensions.CompressedBitArrayEwahEnumerator
Namespace:
VelocityDBExtensions.CompressedBitArray
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public sealed class EwahEnumerator
Public NotInheritable Class EwahEnumerator
public ref class EwahEnumerator sealed
[<SealedAttribute>]
type EwahEnumerator = class end
The EwahEnumerator type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Buffer |
Access to the array of words
|
| DirtyWords |
Position of the dirty words represented by this running length word
|
TopMethods
| Name | Description |
---|
| HasNext |
Checks for next
|
| Next |
Next running length word
|
TopFields
| Name | Description |
---|
| _Rlw |
current running length word
|
TopSee Also