Class BufferReverseIntIteratorFlyweight

java.lang.Object
org.roaringbitmap.buffer.BufferReverseIntIteratorFlyweight
All Implemented Interfaces:
Cloneable, IntIterator

public class BufferReverseIntIteratorFlyweight extends Object implements IntIterator
Fast iterator minimizing the stress on the garbage collector. You can create one reusable instance of this class and then wrap(ImmutableRoaringBitmap) This iterator enumerates the stored values in reverse (starting from the end).