}
/**
- * @return cell iterator of the physically defined cells. Note element 4 may
- * actually be row cell depending on how many are defined!
+ * @return cell iterator of the physically defined cells.
+ * Note that the 4th element might well not be cell 4, as the iterator
+ * will not return un-defined (null) cells.
+ * Call getCellNum() on the returned cells to know which cell they are.
*/
public Iterator cellIterator()
{
/**
* @return an iterator of the PHYSICAL rows. Meaning the 3rd element may not
* be the third row if say for instance the second row is undefined.
+ * Call getRowNum() on each row if you care which one it is.
*/
public Iterator rowIterator()
{