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, findExactEntry
public boolean isEmpty()
IndexBlock
isEmpty
in class IndexBlock
IndexBlock.isEmpty()
public boolean nextEntry(WordEntry entry)
IndexBlock
nextEntry
in class IndexBlock
IndexBlock.nextEntry(org.teiid.internal.core.index.WordEntry)
public void reset()
reset
in class IndexBlock
IndexBlock.reset()
Copyright © 2019. All rights reserved.