class Table.CellIterator extends java.lang.Object implements java.util.Iterator<Table.Cell>
Modifier and Type | Field and Description |
---|---|
(package private) int |
column |
(package private) int |
row |
Constructor and Description |
---|
CellIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Table.Cell |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<Table.Cell>
public Table.Cell next()
next
in interface java.util.Iterator<Table.Cell>
public void remove()
remove
in interface java.util.Iterator<Table.Cell>