| Package | Description |
|---|---|
| ball.game.crossword |
Classes for creating, analyzing, and solving crossword puzzles.
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
Cell.clone() |
static Cell |
Cell.getInstance(char character)
Factory method to produce a
Cell. |
| Modifier and Type | Method and Description |
|---|---|
static List<Cell> |
Cell.getRowFrom(String line) |
Copyright © 2015–2020 Allen D. Ball. All rights reserved.