Uses of Class
net.didion.jwnl.dictionary.POSKey
-
Packages that use POSKey Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information. -
-
Uses of POSKey in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary with parameters of type POSKey Modifier and Type Method Description protected voidAbstractCachingDictionary. cacheException(POSKey key, Exc exception)protected voidAbstractCachingDictionary. cacheIndexWord(POSKey key, IndexWord word)protected voidAbstractCachingDictionary. cacheSynset(POSKey key, Synset synset)protected ExcAbstractCachingDictionary. getCachedException(POSKey key)protected IndexWordAbstractCachingDictionary. getCachedIndexWord(POSKey key)protected SynsetAbstractCachingDictionary. getCachedSynset(POSKey key)
-