| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmorfologik.stemming.DictionaryIterator
public final class DictionaryIterator
An iterator over WordData entries of a Dictionary. The stems
 can be decoded from compressed format or the compressed form can be
 preserved.
| Constructor Summary | |
|---|---|
| DictionaryIterator(Dictionary dictionary,
                   java.nio.charset.CharsetDecoder decoder,
                   boolean decodeStems) | |
| Method Summary | |
|---|---|
|  boolean | hasNext() | 
|  WordData | next() | 
|  void | remove() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DictionaryIterator(Dictionary dictionary,
                          java.nio.charset.CharsetDecoder decoder,
                          boolean decodeStems)
| Method Detail | 
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<WordData>public WordData next()
next in interface java.util.Iterator<WordData>public void remove()
remove in interface java.util.Iterator<WordData>| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||