Interface OrthoKeyIterator

All Known Implementing Classes:
ImmutablePlainTextDictionary

@Extension(IPADictionary.class) public interface OrthoKeyIterator
Capability for iterating the orthographic keys found in the dictionary.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return an iterator for the keys found in this dictionary.
  • Method Details

    • iterator

      Iterator<String> iterator()
      Return an iterator for the keys found in this dictionary. Order of keys returned by the iterator is determined by dictionary implementation and is not guaranteed.
      Returns:
      the key iterator