public class ArrayIndex
extends java.lang.Object
| Constructor and Description |
|---|
ArrayIndex(int row) |
ArrayIndex(int row,
int col) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCol() |
int |
getRow() |
boolean |
hasCol() |
static ArrayIndex |
parse(java.lang.String value)
A very simple parse mechanism.
|
public ArrayIndex(int row)
public ArrayIndex(int row,
int col)
public int getRow()
public int getCol()
public boolean hasCol()
public static ArrayIndex parse(java.lang.String value)