void |
BitCounter32.addStreamOfLiteralWords(Buffer32 buffer,
int start,
int number) |
virtually add several literal words.
|
void |
BitmapStorage32.addStreamOfLiteralWords(Buffer32 buffer,
int start,
int number) |
if you have several literal words to copy over, this might be faster.
|
void |
EWAHCompressedBitmap32.addStreamOfLiteralWords(Buffer32 buffer,
int start,
int number) |
if you have several literal words to copy over, this might be faster.
|
void |
NonEmptyVirtualStorage32.addStreamOfLiteralWords(Buffer32 buffer,
int start,
int number) |
throws a NonEmptyException exception when number is greater than 0
|
void |
BitCounter32.addStreamOfNegatedLiteralWords(Buffer32 buffer,
int start,
int number) |
virtually add several negated literal words.
|
void |
BitmapStorage32.addStreamOfNegatedLiteralWords(Buffer32 buffer,
int start,
int number) |
Like "addStreamOfLiteralWords" but negates the words being added.
|
void |
EWAHCompressedBitmap32.addStreamOfNegatedLiteralWords(Buffer32 buffer,
int start,
int number) |
Same as addStreamOfLiteralWords, but the words are negated.
|
void |
NonEmptyVirtualStorage32.addStreamOfNegatedLiteralWords(Buffer32 buffer,
int start,
int number) |
throws a NonEmptyException exception when number is greater than 0
|
(package private) static int |
RunningLengthWord32.getNumberOfLiteralWords(Buffer32 buffer,
int position) |
|
(package private) static boolean |
RunningLengthWord32.getRunningBit(Buffer32 buffer,
int position) |
|
(package private) static int |
RunningLengthWord32.getRunningLength(Buffer32 buffer,
int position) |
|
void |
Buffer32.negative_push_back(Buffer32 buffer,
int start,
int number) |
Same as push_back, but the words are negated.
|
void |
IntArray.negative_push_back(Buffer32 buffer,
int start,
int number) |
|
void |
IntBufferWrapper.negative_push_back(Buffer32 buffer,
int start,
int number) |
|
void |
Buffer32.push_back(Buffer32 buffer,
int start,
int number) |
Appends the specified buffer words to the end of the buffer.
|
void |
IntArray.push_back(Buffer32 buffer,
int start,
int number) |
|
void |
IntBufferWrapper.push_back(Buffer32 buffer,
int start,
int number) |
|
(package private) static void |
RunningLengthWord32.setNumberOfLiteralWords(Buffer32 buffer,
int position,
int number) |
|
(package private) static void |
RunningLengthWord32.setRunningBit(Buffer32 buffer,
int position,
boolean b) |
|
(package private) static void |
RunningLengthWord32.setRunningLength(Buffer32 buffer,
int position,
int number) |
|
void |
Buffer32.swap(Buffer32 other) |
Swap the content of the buffer with another.
|
void |
IntArray.swap(Buffer32 other) |
|
void |
IntBufferWrapper.swap(Buffer32 other) |
|