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.Object
public int getRow()
public int getCol()
public int getNewCol()
public int getDelta()
public Move getBackMove()
Copyright © 2019. All Rights Reserved.