public static final class PackBitmapIndexBuilder.StoredEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private com.googlecode.javaewah.EWAHCompressedBitmap |
bitmap |
private int |
flags |
private long |
objectId |
private int |
xorOffset |
Constructor and Description |
---|
StoredEntry(long objectId,
com.googlecode.javaewah.EWAHCompressedBitmap bitmap,
int xorOffset,
int flags) |
Modifier and Type | Method and Description |
---|---|
com.googlecode.javaewah.EWAHCompressedBitmap |
getBitmap() |
int |
getFlags() |
long |
getObjectId() |
int |
getXorOffset() |
private final long objectId
private final com.googlecode.javaewah.EWAHCompressedBitmap bitmap
private final int xorOffset
private final int flags