public class TwoDLoc extends java.lang.Object
TwoDLoc(int row, int col)
int
getCol()
getRow()
getX()
getY()
void
set(int row, int col)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public TwoDLoc(int row, int col)
public void set(int row, int col)
public int getRow()
public int getCol()
public int getX()
public int getY()
public java.lang.String toString()
toString
java.lang.Object