Class RoaringBitmap32ReverseIterator

Reverse 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.

Export

RoaringBitmap32ReverseIterator

Implements

Implements

  • IterableIterator<number>

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Returns this.

    Returns this

    The same instance.

    Memberof

    RoaringBitmap32ReverseIterator

  • Returns the next element in the iterator.

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

    Returns IteratorResult<number, any>

    The next result.

    Memberof

    RoaringBitmap32ReverseIterator

Generated using TypeDoc