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 WordEntryIndexInput. currentWordEntryMethods in org.teiid.internal.core.index that return WordEntry Modifier and Type Method Description WordEntryIndexBlock. findEntryPrefixedBy(char[] word, boolean isCaseSensitive)WordEntryIndexBlock. findExactEntry(char[] word)WordEntryIndexInput. getCurrentWordEntry()Returns the current file the indexInput is pointing to in the index.protected WordEntryBlocksIndexInput. 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 intWordEntry. compareTo(WordEntry other)booleanGammaCompressedIndexBlock. nextEntry(WordEntry entry)abstract booleanIndexBlock. nextEntry(WordEntry entry)Finds the next wordEntry and stores it in the given entry.
-