Uses of Class
org.teiid.internal.core.index.WordEntry

Packages that use WordEntry
org.teiid.internal.core.index   
 

Uses of WordEntry in org.teiid.internal.core.index
 

Fields in org.teiid.internal.core.index declared as WordEntry
protected  WordEntry IndexInput.currentWordEntry
           
protected  WordEntry[] SimpleIndexInput.sortedWordEntries
           
 

Fields in org.teiid.internal.core.index with type parameters of type WordEntry
protected  java.util.List<WordEntry> InMemoryIndex.words
          hashtable of WordEntrys = words+numbers of the files they appear in.
 

Methods in org.teiid.internal.core.index that return WordEntry
 WordEntry SimpleIndexBlock.findEntry(char[] word)
           
 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.
protected  WordEntry[] InMemoryIndex.getSortedWordEntries()
          Returns the word entries contained in the hashtable of words, sorted by alphabetical order.
 

Methods in org.teiid.internal.core.index with parameters of type WordEntry
abstract  boolean IndexBlock.addEntry(WordEntry entry)
          Adds the given wordEntry to the indexBlock.
 boolean SimpleIndexBlock.addEntry(WordEntry entry)
           
 boolean GammaCompressedIndexBlock.addEntry(WordEntry entry)
           
 void BlocksIndexOutput.addWord(WordEntry entry)
           
abstract  void IndexOutput.addWord(WordEntry word)
          Adds a word to the destination.
 int WordEntry.compareTo(WordEntry other)
           
protected  void GammaCompressedIndexBlock.encodeEntry(WordEntry entry, char[] prevWord, CodeByteStream codeStream)
           
abstract  boolean IndexBlock.nextEntry(WordEntry entry)
          Finds the next wordEntry and stores it in the given entry.
 boolean SimpleIndexBlock.nextEntry(WordEntry entry)
           
 boolean GammaCompressedIndexBlock.nextEntry(WordEntry entry)
           
 



Copyright © 2011. All Rights Reserved.