Uses of Class
net.didion.jwnl.dictionary.Dictionary
Packages that use Dictionary
-
Uses of Dictionary in net.didion.jwnl.dictionary
Subclasses of Dictionary in net.didion.jwnl.dictionaryModifier and TypeClassDescriptionclass
ExtendsDictionary
to provide caching of elements.class
class
ADictionary
that retrieves objects from the text files in the WordNet distribution directory.class
ADictionary
backed byMap
s.Fields in net.didion.jwnl.dictionary declared as DictionaryModifier and TypeFieldDescriptionprivate static Dictionary
Dictionary._dictionary
The singleton instance of the dictionary to be used throughout the system.Methods in net.didion.jwnl.dictionary that return DictionaryMethods in net.didion.jwnl.dictionary with parameters of type DictionaryModifier and TypeMethodDescriptionprotected static void
Dictionary.setDictionary
(Dictionary dictionary)