Interface PrefixSearch

All Known Implementing Classes:
CompoundDictionary, ImmutablePlainTextDictionary

@Extension(IPADictionary.class) public interface PrefixSearch
Performs a search of keys (i.e., orthography) of the dictionary and returns all keys which have the given prefix.
  • Method Summary

    Modifier and Type
    Method
    Description
    Search for all instances of the given prefix in orthographic keys.
  • Method Details

    • keysWithPrefix

      String[] keysWithPrefix(String prefix)
      Search for all instances of the given prefix in orthographic keys.
      Parameters:
      prefix -
      Returns:
      a list of orthographic keys which have the specified prefix