public interface DictionaryBase
Learn more
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the dictionary.
|
void |
exportDictionary(String filePath)
Exports the dictionary to a file with the specified name.
|
DictionaryType |
getDictionaryType()
Gets the dictionary type.
|
void |
importDictionary(String filePath)
Imports a dictionary from the specified file.
|
void clear()
void exportDictionary(String filePath)
filePath - The file to export to.DictionaryType getDictionaryType()
void importDictionary(String filePath)
filePath - The file to import from.Copyright © 2026. All rights reserved.