Returns a zero-copy view to go through size() data points. The iterator returned must return each DataPoint in O(1). The DataPoint returned must not be stored and gets invalidated as soon as next is called on the iterator. If you want to s
()
| 152 | * and value out of each {@link DataPoint} into your own data structures. |
| 153 | */ |
| 154 | SeekableView iterator(); |
| 155 | |
| 156 | /** |
| 157 | * Returns the timestamp associated with the {@code i}th data point. |
no outgoing calls