Package | Description |
---|---|
com.googlecode.javaewah32 |
Modifier and Type | Method and Description |
---|---|
static EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.and(EWAHCompressedBitmap32... bitmaps)
Returns a new compressed bitmap containing the bitwise AND values of the
provided bitmaps.
|
EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.and(EWAHCompressedBitmap32 a)
Returns a new compressed bitmap containing the bitwise AND values of the
current bitmap with some other bitmap.
|
EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.andNot(EWAHCompressedBitmap32 a)
Returns a new compressed bitmap containing the bitwise AND NOT values of
the current bitmap with some other bitmap.
|
static EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.bitmapOf(int... setbits)
Return a bitmap with the bit set to true at the given
positions.
|
static EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.or(EWAHCompressedBitmap32... bitmaps)
Returns a new compressed bitmap containing the bitwise OR values of the
provided bitmaps.
|
EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.or(EWAHCompressedBitmap32 a)
Returns a new compressed bitmap containing the bitwise OR values of the
current bitmap with some other bitmap.
|
EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.xor(EWAHCompressedBitmap32 a)
Returns a new compressed bitmap containing the bitwise XOR values of the
current bitmap with some other bitmap.
|
Modifier and Type | Method and Description |
---|---|
static EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.and(EWAHCompressedBitmap32... bitmaps)
Returns a new compressed bitmap containing the bitwise AND values of the
provided bitmaps.
|
EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.and(EWAHCompressedBitmap32 a)
Returns a new compressed bitmap containing the bitwise AND values of the
current bitmap with some other bitmap.
|
static int |
EWAHCompressedBitmap32.andCardinality(EWAHCompressedBitmap32... bitmaps)
Returns the cardinality of the result of a bitwise AND of the values of the
provided bitmaps.
|
int |
EWAHCompressedBitmap32.andCardinality(EWAHCompressedBitmap32 a)
Returns the cardinality of the result of a bitwise AND of the values of the
current bitmap with some other bitmap.
|
EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.andNot(EWAHCompressedBitmap32 a)
Returns a new compressed bitmap containing the bitwise AND NOT values of
the current bitmap with some other bitmap.
|
int |
EWAHCompressedBitmap32.andNotCardinality(EWAHCompressedBitmap32 a)
Returns the cardinality of the result of a bitwise AND NOT of the values of
the current bitmap with some other bitmap.
|
void |
EWAHCompressedBitmap32.andNotToContainer(EWAHCompressedBitmap32 a,
BitmapStorage32 container)
Returns a new compressed bitmap containing the bitwise AND NOT values of
the current bitmap with some other bitmap.
|
void |
EWAHCompressedBitmap32.andToContainer(EWAHCompressedBitmap32 a,
BitmapStorage32 container)
Computes new compressed bitmap containing the bitwise AND values of the
current bitmap with some other bitmap.
|
static void |
EWAHCompressedBitmap32.andWithContainer(BitmapStorage32 container,
EWAHCompressedBitmap32... bitmaps)
For internal use.
|
static EWAHIterator32 |
EWAHIterator32.getEWAHIterator(EWAHCompressedBitmap32 bitmap)
Allow expert developers to instantiate an EWAHIterator.
|
boolean |
EWAHCompressedBitmap32.intersects(EWAHCompressedBitmap32 a)
Return true if the two EWAHCompressedBitmap have both at least one true bit
in the same position.
|
static EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.or(EWAHCompressedBitmap32... bitmaps)
Returns a new compressed bitmap containing the bitwise OR values of the
provided bitmaps.
|
EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.or(EWAHCompressedBitmap32 a)
Returns a new compressed bitmap containing the bitwise OR values of the
current bitmap with some other bitmap.
|
static int |
EWAHCompressedBitmap32.orCardinality(EWAHCompressedBitmap32... bitmaps)
Returns the cardinality of the result of a bitwise OR of the values of the
provided bitmaps.
|
int |
EWAHCompressedBitmap32.orCardinality(EWAHCompressedBitmap32 a)
Returns the cardinality of the result of a bitwise OR of the values of the
current bitmap with some other bitmap.
|
void |
EWAHCompressedBitmap32.orToContainer(EWAHCompressedBitmap32 a,
BitmapStorage32 container)
Computes the bitwise or between the current bitmap and the bitmap "a".
|
static void |
EWAHCompressedBitmap32.orWithContainer(BitmapStorage32 container,
EWAHCompressedBitmap32... bitmaps)
For internal use.
|
EWAHCompressedBitmap32 |
EWAHCompressedBitmap32.xor(EWAHCompressedBitmap32 a)
Returns a new compressed bitmap containing the bitwise XOR values of the
current bitmap with some other bitmap.
|
int |
EWAHCompressedBitmap32.xorCardinality(EWAHCompressedBitmap32 a)
Returns the cardinality of the result of a bitwise XOR of the values of the
current bitmap with some other bitmap.
|
void |
EWAHCompressedBitmap32.xorToContainer(EWAHCompressedBitmap32 a,
BitmapStorage32 container)
Computes a new compressed bitmap containing the bitwise XOR values of the
current bitmap with some other bitmap.
|
Constructor and Description |
---|
IteratingBufferedRunningLengthWord32(EWAHCompressedBitmap32 bitmap)
Instantiates a new iterating buffered running length word.
|
Copyright © 2013. All rights reserved.