Interface BitmapIndex.Bitmap

    • Method Detail

      • or

        BitmapIndex.Bitmap or​(BitmapIndex.Bitmap other)
        Bitwise-OR the current bitmap with the value from the other bitmap.
        Parameters:
        other - the other bitmap
        Returns:
        a bitmap that is the bitwise-OR.
      • andNot

        BitmapIndex.Bitmap andNot​(BitmapIndex.Bitmap other)
        Bitwise-AND-NOT the current bitmap with the value from the other bitmap.
        Parameters:
        other - the other bitmap
        Returns:
        a bitmap that is the bitwise-AND-NOT.
      • xor

        BitmapIndex.Bitmap xor​(BitmapIndex.Bitmap other)
        Bitwise-XOR the current bitmap with the value from the other bitmap.
        Parameters:
        other - the other bitmap
        Returns:
        a bitmap that is the bitwise-XOR.
      • retrieveCompressed

        com.googlecode.javaewah.EWAHCompressedBitmap retrieveCompressed()
        Returns the corresponding raw compressed EWAH bitmap of the bitmap.
        Returns:
        the corresponding EWAHCompressedBitmap
        Since:
        5.8