Uses of Class
org.teiid.internal.core.index.WordEntry
-
Packages that use WordEntry Package Description org.teiid.internal.core.index -
-
Uses of WordEntry in org.teiid.internal.core.index
Fields in org.teiid.internal.core.index declared as WordEntry Modifier and Type Field Description protected WordEntry
IndexInput. currentWordEntry
Methods in org.teiid.internal.core.index that return WordEntry Modifier and Type Method Description WordEntry
IndexBlock. findEntryPrefixedBy(char[] word, boolean isCaseSensitive)
WordEntry
IndexBlock. findExactEntry(char[] word)
WordEntry
IndexInput. getCurrentWordEntry()
Returns the current file the indexInput is pointing to in the index.protected WordEntry
BlocksIndexInput. getEntry(char[] word)
Returns the entry corresponding to the given word.Methods in org.teiid.internal.core.index with parameters of type WordEntry Modifier and Type Method Description int
WordEntry. compareTo(WordEntry other)
boolean
GammaCompressedIndexBlock. nextEntry(WordEntry entry)
abstract boolean
IndexBlock. nextEntry(WordEntry entry)
Finds the next wordEntry and stores it in the given entry.
-