Package ca.phon.ipadictionary.spi
Interface Metadata
- All Known Implementing Classes:
ImmutablePlainTextDictionary
,TransliterationDictionary
Metadata consists of a map of string to string
values.
-
Method Summary
Modifier and TypeMethodDescriptiongetMetadataValue
(String key) Get value for a given metadata key.Get the iteator for metadata keys.
-
Method Details
-
getMetadataValue
Get value for a given metadata key.- Parameters:
key
- the metadata key. Common keys are 'provider' and 'website'- Returns:
- the value for the specified key or
null
if no data is available. SeemetadataKeyIterator()
-
metadataKeyIterator
Get the iteator for metadata keys.- Returns:
- an iterator for the metadata keys available
-