|
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<TimeSeries.Entry>
com.numericalmethod.suanshu.stats.timeseries.univariate.realtime.TimeSeries.Iterator
com.numericalmethod.suanshu.stats.timeseries.univariate.realtime.SimpleTimeSeries.Iterator
public class SimpleTimeSeries.Iterator
the Iterator to read a SimpleTimeSeries
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Iterator |
|---|
length, pos, ts |
| Method Summary | |
|---|---|
TimeSeries.Entry |
next()
Get the next entry in the time series, if any. |
double |
nextValue()
Get the next value in the time series. |
| Methods inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Iterator |
|---|
hasNext, position, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public double nextValue()
TimeSeries.Iterator
nextValue in class TimeSeries.Iterator<TimeSeries.Entry>public TimeSeries.Entry next()
TimeSeries.Iterator
next in interface java.util.Iterator<TimeSeries.Entry>next in class TimeSeries.Iterator<TimeSeries.Entry>
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||