public class GammaCompressedIndexBlock extends IndexBlock
| Constructor and Description |
|---|
GammaCompressedIndexBlock(int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
Returns whether the block is empty or not (if it doesn't contain any wordEntry).
|
boolean |
nextEntry(WordEntry entry)
Finds the next wordEntry and stores it in the given entry.
|
void |
reset() |
findEntryPrefixedBy, findExactEntrypublic boolean isEmpty()
IndexBlockisEmpty in class IndexBlockIndexBlock.isEmpty()public boolean nextEntry(WordEntry entry)
IndexBlocknextEntry in class IndexBlockIndexBlock.nextEntry(org.teiid.internal.core.index.WordEntry)public void reset()
reset in class IndexBlockIndexBlock.reset()Copyright © 2019. All rights reserved.