|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EWAHCompressedBitmap32 | |
---|---|
javaewah32 |
Uses of EWAHCompressedBitmap32 in javaewah32 |
---|
Methods in javaewah32 that return EWAHCompressedBitmap32 | |
---|---|
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.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. |
Methods in javaewah32 with parameters of type EWAHCompressedBitmap32 | |
---|---|
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. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |