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

    Accessors

    Methods

    Constructors

    Accessors

    Methods

    • Returns this.

      Returns this

      The same instance.

      RoaringBitmap32Iterator

    • Returns the next element in the iterator.

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

      Returns IteratorResult<number>

      The next result.

      RoaringBitmap32Iterator