| Package | Description |
|---|---|
| wwwordz.puzzle |
Puzzle generation and related classes, including a dictionary and trie
to implement it.
|
| Modifier and Type | Method and Description |
|---|---|
Trie.Search |
Dictionary.startSearch()
Start a dictionary search.
|
Trie.Search |
Trie.startSearch()
Start a word search from the root.
|
| Constructor and Description |
|---|
Search(Trie.Search search)
Create a clone of the given search, with the same fields.
|