|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SparseBitmap in sparsebitmap |
|---|
| Methods in sparsebitmap that return SparseBitmap | |
|---|---|
static SparseBitmap |
SparseBitmap.and(SparseBitmap... bitmaps)
Computes the bit-wise and aggregate over several bitmaps. |
SparseBitmap |
SparseBitmap.and(SparseBitmap o)
Compute the bit-wise logical and with another bitmap. |
static SparseBitmap |
SparseBitmap.bitmapOf(int... k)
Convenience method: will construct a bitmap with the specified bit sets. |
static SparseBitmap |
SparseBitmap.materialize(SkippableIterator i)
Materialize. |
static SparseBitmap |
SparseBitmap.or(SparseBitmap... bitmaps)
Computes the bit-wise or aggregate over several bitmaps. |
SparseBitmap |
SparseBitmap.or(SparseBitmap o)
Computes the bit-wise logical or with another bitmap. |
static SparseBitmap |
SparseBitmap.xor(SparseBitmap... bitmaps)
Computes the bit-wise exclusive or aggregate over several bitmaps. |
SparseBitmap |
SparseBitmap.xor(SparseBitmap o)
Computes the bit-wise logical exclusive or with another bitmap. |
| Methods in sparsebitmap with parameters of type SparseBitmap | |
|---|---|
static SparseBitmap |
SparseBitmap.and(SparseBitmap... bitmaps)
Computes the bit-wise and aggregate over several bitmaps. |
SparseBitmap |
SparseBitmap.and(SparseBitmap o)
Compute the bit-wise logical and with another bitmap. |
static void |
SparseBitmap.and2by2(BitmapContainer container,
SparseBitmap bitmap1,
SparseBitmap bitmap2)
Computes the bit-wise logical exclusive and of two bitmaps. |
static SkippableIterator |
SparseBitmap.fastand(SparseBitmap... bitmaps)
|
static SparseBitmap |
SparseBitmap.or(SparseBitmap... bitmaps)
Computes the bit-wise or aggregate over several bitmaps. |
SparseBitmap |
SparseBitmap.or(SparseBitmap o)
Computes the bit-wise logical or with another bitmap. |
static void |
SparseBitmap.or2by2(BitmapContainer container,
SparseBitmap bitmap1,
SparseBitmap bitmap2)
Computes the bit-wise logical or of two bitmaps. |
static SparseBitmap |
SparseBitmap.xor(SparseBitmap... bitmaps)
Computes the bit-wise exclusive or aggregate over several bitmaps. |
SparseBitmap |
SparseBitmap.xor(SparseBitmap o)
Computes the bit-wise logical exclusive or with another bitmap. |
static void |
SparseBitmap.xor2by2(BitmapContainer container,
SparseBitmap bitmap1,
SparseBitmap bitmap2)
Computes the bit-wise logical exclusive or of two bitmaps. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||