public class Sudoku
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
Sudoku.ColumnName
This interface is a marker class for the columns created for the
Sudoku solver.
|
| Constructor and Description |
|---|
Sudoku(java.io.InputStream stream)
Set up a puzzle board to the given size.
|
public Sudoku(java.io.InputStream stream)
throws java.io.IOException
stream - The input stream to read the data fromjava.io.IOExceptionCopyright © 2009 The Apache Software Foundation