public interface Dictionary
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.String word)
Returns true if this dictionary contains the specified word.
|
java.util.Iterator<java.lang.String> |
iterator()
Returns an iterator over the elements in this dictionary.
|
int |
size()
Returns the number of elements in this dictionary.
|
boolean contains(java.lang.String word)
int size()
java.util.Iterator<java.lang.String> iterator()