Is your feature request related to a problem? Please describe.
My use-case is that i'm trying to do before/after pagination from a specific index. I know there already has a bitmap.previousValue(int fromIndex), and nextValue(int fromIndex). Just wondering if we could support getReverseBatchIterator(). I guess it has better performance?
Describe the solution you'd like
I hope getReverseBatchIterator could iterate the values in reverse order.
Please note that this is a community-based project. Consider proposing a fix (code, documentation) as a pull request.