net.didion.jwnl.dictionary
Class AbstractCachingDictionary

java.lang.Object
  |
  +--net.didion.jwnl.dictionary.Dictionary
        |
        +--net.didion.jwnl.dictionary.AbstractCachingDictionary
All Implemented Interfaces:
Installable
Direct Known Subclasses:
FileBackedDictionary

public abstract class AbstractCachingDictionary
extends Dictionary

Extends Dictionary to provide caching of elements.


Method Summary
 boolean isCachingEnabled()
           
 
Methods inherited from class net.didion.jwnl.dictionary.Dictionary
close, getException, getExceptionIterator, getIndexWord, getIndexWordIterator, getIndexWordIterator, getInstance, getSynsetAt, getSynsetIterator, isMorphologicalProcessingEnabled, lookupAllIndexWords, lookupIndexWord, uninstall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.didion.jwnl.util.Installable
install
 

Method Detail

isCachingEnabled

public boolean isCachingEnabled()



JWNL homepage.