@return an iterator to run over the list of data points
()
| 242 | |
| 243 | /** @return an iterator to run over the list of data points */ |
| 244 | public SeekableView iterator() { |
| 245 | checkRowOrder(); |
| 246 | return spanIterator(); |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * Finds the index of the row of the ith data point and the offset in the row. |