public class IndexPair extends java.lang.Object
IndexPair()
IndexPair(short row, short col)
short
getCol()
getRow()
void
setCol(short col)
setRow(short row)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public IndexPair()
public IndexPair(short row, short col)
public short getCol()
public void setCol(short col)
public short getRow()
public void setRow(short row)
public java.lang.String toString()
toString
java.lang.Object