Class BitmapIndexImpl.CompressedBitmap

  • All Implemented Interfaces:
    java.lang.Iterable<BitmapObject>, BitmapIndex.Bitmap
    Enclosing class:
    BitmapIndexImpl

    public static final class BitmapIndexImpl.CompressedBitmap
    extends java.lang.Object
    implements BitmapIndex.Bitmap
    Wrapper for a EWAHCompressedBitmap and PackBitmapIndex.

    For a EWAHCompressedBitmap bitmap representing a vector of bits, new CompressedBitmap(bitmap, bitmapIndex) represents the objects at those positions in bitmapIndex.packIndex.

    • Field Detail

      • bitmap

        final com.googlecode.javaewah.EWAHCompressedBitmap bitmap
    • Constructor Detail

      • CompressedBitmap

        public CompressedBitmap​(com.googlecode.javaewah.EWAHCompressedBitmap bitmap,
                                BitmapIndexImpl bitmapIndex)
        Construct compressed bitmap for given bitmap and bitmap index
        Parameters:
        bitmap -
        bitmapIndex -