public class MatrixValue extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
action |
int |
column |
int |
row |
Object |
value |
| Constructor and Description |
|---|
MatrixValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
comparePositionTo(MatrixValue other) |
MatrixValue |
copy() |
static MatrixValue |
fromString(String string)
Converts a string into a matrix value.
|
static void |
main(String[] args) |
String |
toString() |
public int row
public int column
public Object value
public int action
public MatrixValue copy()
public boolean comparePositionTo(MatrixValue other)
public static MatrixValue fromString(String string)
public static void main(String[] args)
Copyright © 2013. All Rights Reserved.