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) java.util.List<Puzzle.Solution> |
Puzzle.solutions |
Modifier and Type | Method and Description |
---|---|
java.util.List<Puzzle.Solution> |
Puzzle.getSolutions() |
Modifier and Type | Method and Description |
---|---|
void |
Puzzle.setSolutions(java.util.List<Puzzle.Solution> solutions) |