public class DictionaryCatalog extends Object
Constructor and Description |
---|
DictionaryCatalog(String path,
DictionaryFileType fileType,
Class dictionaryFileType) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
DictionaryFile |
get(POS pos) |
Iterator |
getFileIterator() |
DictionaryFileType |
getFileType() |
Object |
getKey() |
boolean |
isOpen() |
void |
open() |
int |
size() |
public DictionaryCatalog(String path, DictionaryFileType fileType, Class dictionaryFileType)
public Object getKey()
public void open() throws IOException
IOException
public boolean isOpen()
public void close()
public int size()
public Iterator getFileIterator()
public DictionaryFile get(POS pos)
public DictionaryFileType getFileType()
Copyright © 2024. All rights reserved.