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) |
public DictionaryIterator(Dictionary dictionary, java.nio.charset.CharsetDecoder decoder, boolean decodeStems)
Copyright © 2015. All Rights Reserved.