|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of BitmapContainer in sparsebitmap |
|---|
| Classes in sparsebitmap that implement BitmapContainer | |
|---|---|
class |
SparseBitmap
The purpose of this class is to provide a compressed alternative to the Java BitSet class that can scale to much larger bit ranges. |
| Methods in sparsebitmap with parameters of type BitmapContainer | |
|---|---|
static void |
SparseBitmap.and2by2(BitmapContainer container,
SparseBitmap bitmap1,
SparseBitmap bitmap2)
Computes the bit-wise logical exclusive and of two bitmaps. |
static void |
SparseBitmap.or2by2(BitmapContainer container,
SparseBitmap bitmap1,
SparseBitmap bitmap2)
Computes the bit-wise logical or of two bitmaps. |
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 | ||||||||