Dictionary

interface Dictionary

A collection of words that may become inaccessible at any moment in time.

Functions

isValid
Link copied to clipboard
open fun isValid(): Boolean
Returns true iff validate does not throw an exception.
validate
Link copied to clipboard
abstract fun validate()
Throws an InvalidDictionaryException iff this dictionary is currently invalid.

Properties

words
Link copied to clipboard
abstract val words: Set<String>
The words in the dictionary.

Inheritors

BundledDictionary
Link copied to clipboard
UserDictionary
Link copied to clipboard
DictionaryReference
Link copied to clipboard

Sources

jvm source
Link copied to clipboard