Package org.apache.druid.collections.bitmap
package org.apache.druid.collections.bitmap
-
ClassDescriptionBitSetBitmapFactory implements BitmapFactory as a wrapper for java.util.BitSetAs the name suggests, this class instantiates bitmaps of the types WrappedConciseBitmap and WrappedImmutableConciseBitmap.This class is meant to represent a simple wrapper around an immutable bitmap class.This class is meant to represent a simple wrapper around a bitmap class.PeekableIteratorAdapter<TIntIterator extends org.roaringbitmap.IntIterator>As the name suggests, this class instantiates bitmaps of the types WrappedRoaringBitmap and WrappedImmutableRoaringBitmap.WrappedBitSetBitmap implements MutableBitmap for java.util.BitSetWrappedImmutableBitSetBitmap implements ImmutableBitmap for java.util.BitSet