public class RegularTimeSeries.TimeSeriesIterator extends Object implements Iterator<Observation<T>>
Iterator returning Observation objects.| Constructor and Description |
|---|
TimeSeriesIterator(long start,
List<T> data)
Construct an iterator using the index start and the data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Observation<T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<Observation<T>>public Observation<T> next()
next in interface Iterator<Observation<T>>public void remove()
remove in interface Iterator<Observation<T>>Copyright © 2017. All rights reserved.