Package | Description |
---|---|
wwwordz.puzzle |
Puzzle generation and related classes, including a dictionary and trie
to implement it.
|
wwwordz.shared |
Classes in this package are shared between client and server
in the final application.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Puzzle.Solution> |
Generator.getSolutions(Table table)
Return a list of solutions for this table.
|
Modifier and Type | Field and Description |
---|---|
(package private) Table |
Puzzle.table |
Modifier and Type | Method and Description |
---|---|
Table |
Puzzle.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
Puzzle.setTable(Table table) |