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 void
AbstractCachingDictionary. cacheException(POSKey key, Exc exception)
protected void
AbstractCachingDictionary. cacheIndexWord(POSKey key, IndexWord word)
protected void
AbstractCachingDictionary. cacheSynset(POSKey key, Synset synset)
protected Exc
AbstractCachingDictionary. getCachedException(POSKey key)
protected IndexWord
AbstractCachingDictionary. getCachedIndexWord(POSKey key)
protected Synset
AbstractCachingDictionary. getCachedSynset(POSKey key)
-