Uses of Interface
com.github.tadukoo.util.dictionary.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
Modifier and TypeClassDescriptionclass
An abstract implementation of theDictionary
interface.class
BasicDictionary
class that supports theISO-LATIN-1/ISO_8859_1
Charset.class
BasicDictionary
class that supports theUS_ASCII
Charset.class
BasicDictionary
class that supports theUTF-16BE
Charset.class
BasicDictionary
class that supports theUTF-16
Charset.class
BasicDictionary
class that supports theUTF-16LE
Charset.class
BasicDictionary
class that supports theUTF-8
Charset.