Package com.github.tadukoo.util.dictionary
package com.github.tadukoo.util.dictionary
Contains the
Dictionary
interface and some implementations
in order to store and retrieve valid words.-
ClassDescriptionAn abstract implementation of the
Dictionary
interface.Dictionary is used to store and retrieve a collection of valid words.BasicDictionary
class that supports theISO-LATIN-1/ISO_8859_1
Charset.BasicDictionary
class that supports theUS_ASCII
Charset.BasicDictionary
class that supports theUTF-16BE
Charset.BasicDictionary
class that supports theUTF-16
Charset.BasicDictionary
class that supports theUTF-16LE
Charset.BasicDictionary
class that supports theUTF-8
Charset.