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 class
AbstractCachingDictionary
ExtendsDictionary
to provide caching of elements.class
DatabaseBackedDictionary
class
FileBackedDictionary
ADictionary
that retrieves objects from the text files in the WordNet distribution directory.class
MapBackedDictionary
ADictionary
backed byMap
s.Fields in net.didion.jwnl.dictionary declared as Dictionary Modifier and Type Field Description private static Dictionary
Dictionary. _dictionary
The 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 Dictionary
Dictionary. getInstance()
Methods in net.didion.jwnl.dictionary with parameters of type Dictionary Modifier and Type Method Description protected static void
Dictionary. setDictionary(Dictionary dictionary)
-