Uses of Interface
com.github.tadukoo.util.dictionary.Dictionary
Packages that use Dictionary
Package
Description
Contains the 
Dictionary interface and some implementations
 in order to store and retrieve valid words.- 
Uses of Dictionary in com.github.tadukoo.util.dictionary
Classes in com.github.tadukoo.util.dictionary that implement DictionaryModifier and TypeClassDescriptionclassAn abstract implementation of theDictionaryinterface.classBasicDictionaryclass 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.