public class CellAddr
extends java.lang.Object
| Constructor and Description |
|---|
CellAddr(int row,
int col) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCol() |
int |
getRow() |
CellAddr |
mapToOneBased() |
CellAddr |
mapToZeroBased() |
java.lang.String |
toString() |