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
Dictionaryinterface.Dictionary is used to store and retrieve a collection of valid words.BasicDictionaryclass that supports theISO-LATIN-1/ISO_8859_1Charset.BasicDictionaryclass that supports theUS_ASCIICharset.BasicDictionaryclass that supports theUTF-16BECharset.BasicDictionaryclass that supports theUTF-16Charset.BasicDictionaryclass that supports theUTF-16LECharset.BasicDictionaryclass that supports theUTF-8Charset.