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
-