A B C D E F G H I J L M N O P Q R S T U V W

C

Cache - Interface in net.didion.jwnl.util.cache
A Cache is a collection of values that are indexed by keys and that are stored for an unspecified amount of time (which the implementor of Cache may further specify).
CACHE_CAPACITY - Static variable in class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
Parameter that determines the size of the base form cache
CACHE_SIZE - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
The default cache size.
cacheObject(Object, Object, Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
CacheSet - Class in net.didion.jwnl.util.cache
A set of Caches, indexed by CacheKey.
CacheSet(Object[]) - Constructor for class net.didion.jwnl.util.cache.CacheSet
 
CacheSet(Object[], int) - Constructor for class net.didion.jwnl.util.cache.CacheSet
 
CacheSet(Object[], int[]) - Constructor for class net.didion.jwnl.util.cache.CacheSet
 
canRead() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
canWrite() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
CATEGORY - Static variable in class net.didion.jwnl.data.PointerType
 
CATEGORY_MEMBER - Static variable in class net.didion.jwnl.data.PointerType
 
CAUSE - Static variable in class net.didion.jwnl.data.PointerType
 
clear() - Method in interface net.didion.jwnl.util.cache.Cache
Remove all values stored in this cache.
clear() - Method in class net.didion.jwnl.util.TypeCheckingList
 
clearCache() - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
clearCache(DictionaryElementType) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
clearCache(Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
clone() - Method in class net.didion.jwnl.data.list.PointerTargetNode
 
clone() - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
clone() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
clone() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
clone() - Method in interface net.didion.jwnl.util.DeepCloneable
Create a shallow clone of the object
clone() - Method in class net.didion.jwnl.util.TypeCheckingList
 
close() - Method in class net.didion.jwnl.dictionary.database.Query
 
close() - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
close() - Method in class net.didion.jwnl.dictionary.Dictionary
Shut down the dictionary
close() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
close() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
close() - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
Close the file
close() - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Shut down the file manager.
close() - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
Shut down the file manager.
close() - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
close() - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
close() - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
close() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
close() - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
COMMENT_HEADER - Static variable in interface net.didion.jwnl.dictionary.file.DictionaryFile
 
ConnectionManager - Class in net.didion.jwnl.dictionary.database
 
ConnectionManager(String, String, String, String) - Constructor for class net.didion.jwnl.dictionary.database.ConnectionManager
 
contains(Object) - Method in class net.didion.jwnl.util.TypeCheckingList
 
containsAll(Collection) - Method in class net.didion.jwnl.util.TypeCheckingList
 
containsWord(String) - Method in class net.didion.jwnl.data.Synset
Returns true if lemma is one of the words contained in this synset.
containsWord(String) - Method in class net.didion.jwnl.data.SynsetProxy
 
convert() - Method in class net.didion.jwnl.utilities.DictionaryToMap
Converts the current Dictionary to a MapBackedDictionary.
create(Map) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
create(Map) - Method in class net.didion.jwnl.dictionary.database.SenseAndUsageDatabaseManager
Creates a new database manager from the parameters.
create(Map) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
create(Map) - Method in class net.didion.jwnl.dictionary.morph.AbstractDelegatingOperation
 
create(Map) - Method in class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
 
create(Map) - Method in class net.didion.jwnl.dictionary.morph.LookupExceptionsOperation
 
create(Map) - Method in class net.didion.jwnl.dictionary.morph.LookupIndexWordOperation
 
create(Map) - Method in class net.didion.jwnl.dictionary.morph.RemovePrepPhrasesOperation
 
create(Map) - Method in class net.didion.jwnl.princeton.data.PrincetonWN16DatabaseDictionaryElementFactory
 
create(Map) - Method in class net.didion.jwnl.princeton.data.PrincetonWN16FileDictionaryElementFactory
 
create(Map) - Method in class net.didion.jwnl.princeton.data.PrincetonWN17DatabaseDictionaryElementFactory
 
create(Map) - Method in class net.didion.jwnl.princeton.data.PrincetonWN17FileDictionaryElementFactory
 
create(Map) - Method in class net.didion.jwnl.princeton.data.PrincetonWN30DatabaseDictionaryElementFactory
Creates a blank factory, takes no parameters.
create() - Method in class net.didion.jwnl.util.factory.AbstractValueParam
If the value of this parameter is a class name, and that class is creatable, this method will create an instance of it using this Param's parameters.
create(Map) - Method in interface net.didion.jwnl.util.factory.Createable
 
create() - Method in interface net.didion.jwnl.util.factory.Param
 
create() - Method in class net.didion.jwnl.util.factory.ParamList
 
Createable - Interface in net.didion.jwnl.util.factory
A Createable is an object that can create an instance of itself given parameters from a properties file (Params).
createExc(POS, String, ResultSet) - Method in interface net.didion.jwnl.data.DatabaseDictionaryElementFactory
Create an Exc from a row in the database.
createExc(POS, String) - Method in interface net.didion.jwnl.data.FileDictionaryElementFactory
Create an Exc from a line in an exception file.
createExc(POS, String, ResultSet) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
createExc(POS, String) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
createIndexWord(POS, String, ResultSet) - Method in interface net.didion.jwnl.data.DatabaseDictionaryElementFactory
Create an IndexWord from a row in the database.
createIndexWord(POS, String) - Method in interface net.didion.jwnl.data.FileDictionaryElementFactory
Creates an IndexWord from a line in an index file.
createIndexWord(POS, String, ResultSet) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
createIndexWord(POS, String) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
createSynset(POS, long, ResultSet, ResultSet, ResultSet, ResultSet) - Method in interface net.didion.jwnl.data.DatabaseDictionaryElementFactory
Create a Synset from a row in the database.
createSynset(POS, String) - Method in interface net.didion.jwnl.data.FileDictionaryElementFactory
Creates a synset from a line in a data file.
createSynset(POS, long, ResultSet, ResultSet, ResultSet, ResultSet) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
createSynset(POS, String) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
createSynset(POS, long, ResultSet, ResultSet, ResultSet, ResultSet) - Method in class net.didion.jwnl.princeton.data.PrincetonWN30DatabaseDictionaryElementFactory
Create a synset.
createTables(String) - Method in class net.didion.jwnl.utilities.DictionaryToDatabase
Create the database tables.
createTables(String) - Method in class net.didion.jwnl.utilities.DictionaryToDatabaseWithUsageCount
Create the database tables.

A B C D E F G H I J L M N O P Q R S T U V W