Uses of Class
net.didion.jwnl.dictionary.Dictionary
-
Packages that use Dictionary Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information. -
-
Uses of Dictionary in net.didion.jwnl.dictionary
Subclasses of Dictionary in net.didion.jwnl.dictionary Modifier and Type Class Description classAbstractCachingDictionaryExtendsDictionaryto provide caching of elements.classDatabaseBackedDictionaryclassFileBackedDictionaryADictionarythat retrieves objects from the text files in the WordNet distribution directory.classMapBackedDictionaryADictionarybacked byMaps.Fields in net.didion.jwnl.dictionary declared as Dictionary Modifier and Type Field Description private static DictionaryDictionary. _dictionaryThe singleton instance of the dictionary to be used throughout the system.Methods in net.didion.jwnl.dictionary that return Dictionary Modifier and Type Method Description static DictionaryDictionary. getInstance()Methods in net.didion.jwnl.dictionary with parameters of type Dictionary Modifier and Type Method Description protected static voidDictionary. setDictionary(Dictionary dictionary)
-