@return an Iterator over all cells in this range. Iteration starts with all cells in the first row followed by all cells in the next row, etc.
()
| 63 | * with all cells in the first row followed by all cells in the next row, etc. |
| 64 | */ |
| 65 | Iterator<C> iterator(); |
| 66 | } |
no outgoing calls