The class EwahEnumerator represents a special type of
efficient enumerator iterating over (uncompressed) words of bits.
Inheritance HierarchySystemObject VelocityDBExtensions.CompressedBitArrayEwahEnumerator
Namespace:
VelocityDBExtensions.CompressedBitArray
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntaxpublic 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
|
Top
Methods
| Name | Description |
---|
 | HasNext |
Checks for next
|
 | Next |
Next running length word
|
Top
Fields
| Name | Description |
---|
 | _Rlw |
current running length word
|
Top
See Also