public class BoardCell extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
colIndex
Column index of board entry.
|
int |
digit
Entry digit.
|
static int |
EMPTY
Empty cell.
|
static int |
INDEX_NULL
Cell is not pointing to any cells on the board.
|
int |
rowIndex
Row index of board entry.
|
public static final int EMPTY
public static final int INDEX_NULL
public int rowIndex
public int colIndex
public int digit
Copyright © 2017. All rights reserved.