File
Doc
Category
Size
Date
Package
Dictionary.java
API Doc
Apache Lucene 1.9
961
Mon Feb 20 09:18:32 GMT 2006
org.apache.lucene.search.spell
Dictionary
public interface Dictionary
A simple interface representing a Dictionary
author
Nicolas Maisonneuve
version
1.0
Fields Summary
Constructors Summary
Methods Summary
public
java.util.Iterator
getWordsIterator
()
return all the words present in the dictionnary
return
Iterator
Java Code Source