JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
ca.phon.ipadictionary.spi
OrthoKeyIterator
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
iterator()
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Iterator
<
String
>
iterator
()
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