Package | Description |
---|---|
wwwordz.shared |
Classes in this package are shared between client and server
in the final application.
|
Modifier and Type | Field and Description |
---|---|
(package private) Table.Cell[][] |
Table.table |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<Table.Cell> |
Puzzle.Solution.cells |
Modifier and Type | Method and Description |
---|---|
Table.Cell |
Table.getCell(int row,
int column)
Get cell of given row and column
|
Table.Cell |
Table.CellIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Table.Cell> |
Puzzle.Solution.getCells() |
java.util.List<Table.Cell> |
Table.getEmptyCells()
Return a list with the empty cells in this table
|
java.util.List<Table.Cell> |
Table.getNeighbors(Table.Cell cell)
The 8 neighboring cells of the given cell.
|
java.util.Iterator<Table.Cell> |
Table.iterator() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Table.Cell> |
Table.getNeighbors(Table.Cell cell)
The 8 neighboring cells of the given cell.
|
Constructor and Description |
---|
Solution(java.lang.String word,
java.util.List<Table.Cell> cells) |