See: Description
Interface | Description |
---|---|
DictionaryDiskFile |
Represents a single dictionary file on disk.
|
DictionaryFile |
Represents a single dictionary file.
|
DictionaryFileFactory<E> |
A dictionary file factory.
|
ObjectDictionaryFile |
DictionaryFile that reads and writes serialized objects. |
RandomAccessDictionaryFile |
DictionaryFile that reads lines from a random-access text file. |
Class | Description |
---|---|
AbstractDictionaryFile |
Abstract implementation of
DictionaryFile . |
DictionaryCatalog<E extends DictionaryFile> |
A container for the files associated with a catalog (the index, data, and exception
files associated with a POS).
|
DictionaryCatalogSet<E extends DictionaryFile> |
Simple container for
DictionaryCatalog s that allows
a DictionaryFile to be retrieved by its POS
and DictionaryFileType . |
Enum | Description |
---|---|
DictionaryFileType |
Enumerates different types of dictionary files.
|