final class InflatingBitSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private com.googlecode.javaewah.EWAHCompressedBitmap |
bitmap |
private static long[] |
EMPTY |
private long[] |
inflated |
private com.googlecode.javaewah.IntIterator |
iterator |
private int |
nextPosition |
private int |
sizeInBits |
Modifier | Constructor and Description |
---|---|
(package private) |
InflatingBitSet(com.googlecode.javaewah.EWAHCompressedBitmap bitmap) |
private |
InflatingBitSet(com.googlecode.javaewah.EWAHCompressedBitmap orBitmap,
long[] inflated) |
Modifier and Type | Method and Description |
---|---|
(package private) InflatingBitSet |
andNot(com.googlecode.javaewah.EWAHCompressedBitmap other) |
private static int |
block(int position) |
(package private) boolean |
contains(int position) |
private boolean |
get(int position) |
(package private) com.googlecode.javaewah.EWAHCompressedBitmap |
getBitmap() |
private boolean |
isEmpty() |
private static long |
mask(int position) |
(package private) boolean |
maybeContains(int position) |
(package private) InflatingBitSet |
or(com.googlecode.javaewah.EWAHCompressedBitmap other) |
(package private) InflatingBitSet |
xor(com.googlecode.javaewah.EWAHCompressedBitmap other) |
private static final long[] EMPTY
private final com.googlecode.javaewah.EWAHCompressedBitmap bitmap
private com.googlecode.javaewah.IntIterator iterator
private long[] inflated
private int nextPosition
private final int sizeInBits
InflatingBitSet(com.googlecode.javaewah.EWAHCompressedBitmap bitmap)
private InflatingBitSet(com.googlecode.javaewah.EWAHCompressedBitmap orBitmap, long[] inflated)
final boolean maybeContains(int position)
final boolean contains(int position)
private final boolean get(int position)
private static final int block(int position)
private static final long mask(int position)
private final boolean isEmpty()
final InflatingBitSet or(com.googlecode.javaewah.EWAHCompressedBitmap other)
final InflatingBitSet andNot(com.googlecode.javaewah.EWAHCompressedBitmap other)
final InflatingBitSet xor(com.googlecode.javaewah.EWAHCompressedBitmap other)
final com.googlecode.javaewah.EWAHCompressedBitmap getBitmap()