public interface Dictionary
Modifier and Type | Method and Description |
---|---|
boolean |
search(String word)
Returns whether the supplied word exists in the dictionary.
|
long |
size()
Returns the number of words in this dictionary
|
boolean search(String word)
word
- to search forlong size()
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.