roaring
    Preparing search index...

    Class RoaringBitmap32Iterator

    Iterator for RoaringBitmap32.

    WARNING: Is not allowed to change the bitmap while iterating. The iterator may throw exception if the bitmap is changed during the iteration.

    RoaringBitmap32Iterator

    Implements

    • IterableIterator<number>
    Index

    Constructors

    Properties

    isReverseIterator: boolean
    default: typeof RoaringBitmap32Iterator

    Methods

    • Resource-management hook so RoaringBitmap32Iterator participates in the Symbol.dispose protocol.

      Returns IteratorResult<number>

    • Returns this.

      Returns this

      The same instance.

      RoaringBitmap32Iterator

    • Disposes this iterator so it can be used with the Symbol.dispose protocol.

      Parameters

      • Optionalvalue: number

      Returns IteratorResult<number>

    • Returns the next element in the iterator.

      For performance reasons, this function returns always the same instance.

      Returns IteratorResult<number>

      The next result.

      RoaringBitmap32Iterator

    • Stops the iteration early and releases the underlying buffer.

      Parameters

      • Optionalvalue: number

      Returns IteratorResult<number>