public final class DictionaryIterator extends java.lang.Object implements java.util.Iterator<WordData>
WordData entries of a Dictionary. The stems can be decoded from compressed format or
the compressed form can be preserved.| Constructor and Description |
|---|
DictionaryIterator(Dictionary dictionary,
java.nio.charset.CharsetDecoder decoder,
boolean decodeStems) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
WordData |
next() |
void |
remove() |
public DictionaryIterator(Dictionary dictionary, java.nio.charset.CharsetDecoder decoder, boolean decodeStems)
Copyright © 2018. All rights reserved.