|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EWAHCompressedBitmap in javaewah |
---|
Methods in javaewah that return EWAHCompressedBitmap | |
---|---|
EWAHCompressedBitmap |
EWAHCompressedBitmap.and(EWAHCompressedBitmap a)
Returns a new compressed bitmap containing the bitwise AND values of the current bitmap with some other bitmap. |
EWAHCompressedBitmap |
EWAHCompressedBitmap.andNot(EWAHCompressedBitmap a)
Returns a new compressed bitmap containing the bitwise AND NOT values of the current bitmap with some other bitmap. |
EWAHCompressedBitmap |
EWAHCompressedBitmap.or(EWAHCompressedBitmap a)
Returns a new compressed bitmap containing the bitwise OR values of the current bitmap with some other bitmap. |
EWAHCompressedBitmap |
EWAHCompressedBitmap.xor(EWAHCompressedBitmap a)
Returns a new compressed bitmap containing the bitwise XOR values of the current bitmap with some other bitmap. |
Methods in javaewah with parameters of type EWAHCompressedBitmap | |
---|---|
EWAHCompressedBitmap |
EWAHCompressedBitmap.and(EWAHCompressedBitmap a)
Returns a new compressed bitmap containing the bitwise AND values of the current bitmap with some other bitmap. |
EWAHCompressedBitmap |
EWAHCompressedBitmap.andNot(EWAHCompressedBitmap a)
Returns a new compressed bitmap containing the bitwise AND NOT values of the current bitmap with some other bitmap. |
boolean |
EWAHCompressedBitmap.intersects(EWAHCompressedBitmap a)
Return true if the two EWAHCompressedBitmap have both at least one true bit in the same position. |
EWAHCompressedBitmap |
EWAHCompressedBitmap.or(EWAHCompressedBitmap a)
Returns a new compressed bitmap containing the bitwise OR values of the current bitmap with some other bitmap. |
EWAHCompressedBitmap |
EWAHCompressedBitmap.xor(EWAHCompressedBitmap a)
Returns a new compressed bitmap containing the bitwise XOR values of the current bitmap with some other bitmap. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |