public class DictionaryCatalog
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map |
_files |
private DictionaryFileType |
_fileType |
| Constructor and Description |
|---|
DictionaryCatalog(java.lang.String path,
DictionaryFileType fileType,
java.lang.Class dictionaryFileType) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
DictionaryFile |
get(POS pos) |
java.util.Iterator |
getFileIterator() |
DictionaryFileType |
getFileType() |
java.lang.Object |
getKey() |
boolean |
isOpen() |
void |
open() |
int |
size() |
private java.util.Map _files
private DictionaryFileType _fileType
public DictionaryCatalog(java.lang.String path,
DictionaryFileType fileType,
java.lang.Class dictionaryFileType)
public java.lang.Object getKey()
public void open()
throws java.io.IOException
java.io.IOExceptionpublic boolean isOpen()
public void close()
public int size()
public java.util.Iterator getFileIterator()
public DictionaryFile get(POS pos)
public DictionaryFileType getFileType()