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