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