FileDocCategorySizeDatePackage
Dictionary.javaAPI DocApache Lucene 2.2.01172Sat Jun 16 22:21:02 BST 2007org.apache.lucene.search.spell

Dictionary

public interface Dictionary
A simple interface representing a Dictionary. A Dictionary here is just a list of words.
author
Nicolas Maisonneuve
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public java.util.IteratorgetWordsIterator()
Return all words present in the dictionary

return
Iterator