class UserDictionary : Dictionary
A Dictionary
of which the underlying file is a regular file.
val filename: String
the path to the file |
|
val words: Set<String>
The words in the dictionary. |
fun equals(other: Any?): Boolean
Returns |
|
fun hashCode(): Int
Returns the hash code of the filename. |
|
fun toString(): String
Returns a human-readable string of the dictionary's filename. |
|
fun validate(): Unit
Throws an InvalidDictionaryException iff this dictionary is currently invalid. |
open fun isValid(): Boolean
Returns |
val cache: Cache<String, UserDictionary>
The cache of bundled dictionaries, used to improve word generation times. |