static final class BasePackBitmapIndex.StoredBitmap extends ObjectIdOwnerMap.Entry
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
bitmapContainer |
private int |
flags |
Constructor and Description |
---|
StoredBitmap(AnyObjectId objectId,
com.googlecode.javaewah.EWAHCompressedBitmap bitmap,
BasePackBitmapIndex.StoredBitmap xorBitmap,
int flags) |
Modifier and Type | Method and Description |
---|---|
(package private) com.googlecode.javaewah.EWAHCompressedBitmap |
getBitmap()
Computes and returns the full bitmap.
|
(package private) int |
getFlags() |
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
private volatile java.lang.Object bitmapContainer
private final int flags
StoredBitmap(AnyObjectId objectId, com.googlecode.javaewah.EWAHCompressedBitmap bitmap, BasePackBitmapIndex.StoredBitmap xorBitmap, int flags)