public class IndexPair
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
IndexPair() |
IndexPair(short row,
short col) |
| Modifier and Type | Method and Description |
|---|---|
short |
getCol() |
short |
getRow() |
void |
setCol(short col) |
void |
setRow(short row) |
java.lang.String |
toString() |