DictionaryIterator

class DictionaryIterator(dictionary: Dictionary, decoder: CharsetDecoder, decodeStems: Boolean) : Iterator<WordData>

An iterator over WordData entries of a Dictionary.

Constructors

Link copied to clipboard
constructor(dictionary: Dictionary, decoder: CharsetDecoder, decodeStems: Boolean)

Functions

Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): WordData