private static final class BitmapIndexImpl.ComboBitset
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private InflatingBitSet |
inflatingBitmap |
private BitSet |
toAdd |
private BitSet |
toRemove |
Constructor and Description |
---|
ComboBitset() |
ComboBitset(com.googlecode.javaewah.EWAHCompressedBitmap bitmap) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
andNot(com.googlecode.javaewah.EWAHCompressedBitmap inbits) |
(package private) com.googlecode.javaewah.EWAHCompressedBitmap |
combine() |
(package private) boolean |
contains(int position) |
(package private) void |
or(com.googlecode.javaewah.EWAHCompressedBitmap inbits) |
(package private) void |
remove(int position) |
(package private) void |
set(int position) |
(package private) void |
xor(com.googlecode.javaewah.EWAHCompressedBitmap inbits) |
private InflatingBitSet inflatingBitmap
private BitSet toAdd
private BitSet toRemove
ComboBitset()
ComboBitset(com.googlecode.javaewah.EWAHCompressedBitmap bitmap)
com.googlecode.javaewah.EWAHCompressedBitmap combine()
void or(com.googlecode.javaewah.EWAHCompressedBitmap inbits)
void andNot(com.googlecode.javaewah.EWAHCompressedBitmap inbits)
void xor(com.googlecode.javaewah.EWAHCompressedBitmap inbits)
boolean contains(int position)
void remove(int position)
void set(int position)