Package ca.phon.ipadictionary.spi
Interface PrefixSearch
- All Known Implementing Classes:
CompoundDictionary
,ImmutablePlainTextDictionary
Performs a search of keys (i.e., orthography) of the dictionary
and returns all keys which have the given prefix.
-
Method Summary
Modifier and TypeMethodDescriptionString[]
keysWithPrefix
(String prefix) Search for all instances of the given prefix in orthographic keys.
-
Method Details
-
keysWithPrefix
Search for all instances of the given prefix in orthographic keys.- Parameters:
prefix
-- Returns:
- a list of orthographic keys which have the specified prefix
-