Uses of Class
com.github.tadukoo.util.dictionary.AbstractDictionary
Packages that use AbstractDictionary
Package
Description
Contains the
Dictionary interface and some implementations
in order to store and retrieve valid words.-
Uses of AbstractDictionary in com.github.tadukoo.util.dictionary
Subclasses of AbstractDictionary in com.github.tadukoo.util.dictionaryModifier and TypeClassDescriptionclassBasicDictionaryclass that supports theISO-LATIN-1/ISO_8859_1Charset.classBasicDictionaryclass that supports theUS_ASCIICharset.classBasicDictionaryclass that supports theUTF-16BECharset.classBasicDictionaryclass that supports theUTF-16Charset.classBasicDictionaryclass that supports theUTF-16LECharset.classBasicDictionaryclass that supports theUTF-8Charset.