|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.search.spell.CollectionDictionary
public class CollectionDictionary
A simple SpellChecker Dictionary to allow indexing of Collection of words.
| Field Summary | |
|---|---|
static java.lang.String |
REVISION
|
| Constructor Summary | |
|---|---|
CollectionDictionary(java.util.Collection coll)
Create a new CollectionDictionnary using the given String collection |
|
| Method Summary | |
|---|---|
java.util.Iterator |
getWordsIterator()
return all the words present in the dictionnary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REVISION
| Constructor Detail |
|---|
public CollectionDictionary(java.util.Collection coll)
coll - | Method Detail |
|---|
public java.util.Iterator getWordsIterator()
Dictionary
getWordsIterator in interface Dictionary
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||