public class Move
extends java.lang.Object
| Constructor and Description |
|---|
Move(int row,
int col,
int delta) |
| Modifier and Type | Method and Description |
|---|---|
Move |
getBackMove() |
int |
getCol() |
int |
getDelta() |
int |
getNewCol() |
int |
getRow() |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic int getRow()
public int getCol()
public int getNewCol()
public int getDelta()
public Move getBackMove()