Uses of Interface
net.didion.jwnl.data.DictionaryElement
-
Packages that use DictionaryElement Package Description net.didion.jwnl.data Classes for extracting and containing data from the dictionary.net.didion.jwnl.dictionary Classes for acessing dictionary information. -
-
Uses of DictionaryElement in net.didion.jwnl.data
Classes in net.didion.jwnl.data that implement DictionaryElement Modifier and Type Class Description classExcRepresents an entry in an exception file.classIndexWordAnIndexWordrepresents a line of the pos.indexfile.classSynsetASynset, or synonym set, represents a line of a WordNet pos.datafile.classSynsetProxyProxy for aSynset. -
Uses of DictionaryElement in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary that return DictionaryElement Modifier and Type Method Description protected abstract DictionaryElementDatabaseBackedDictionary.DatabaseElementIterator. createElement()protected DictionaryElementDatabaseBackedDictionary.ExceptionIterator. createElement()protected DictionaryElementDatabaseBackedDictionary.IndexWordIterator. createElement()protected DictionaryElementDatabaseBackedDictionary.SynsetIterator. createElement()
-