|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.timeseries.TimeSeries.Iterator<E>
com.numericalmethod.suanshu.stats.timeseries.univariate.TimeSeries.Iterator<E>
E - the TimeSeries.Entry typepublic abstract static class TimeSeries.Iterator<E extends TimeSeries.Entry<?>>
the Iterator to read a univariate time series
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Iterator |
|---|
length, pos, ts |
| Constructor Summary | |
|---|---|
TimeSeries.Iterator(TimeSeries<?> ts)
|
|
| Method Summary | |
|---|---|
abstract double |
nextValue()
Get the next value in the time series. |
| Methods inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Iterator |
|---|
hasNext, next, position, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeSeries.Iterator(TimeSeries<?> ts)
| Method Detail |
|---|
public abstract double nextValue()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||