|
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<T>>
com.numericalmethod.suanshu.stats.timeseries.univariate.GenericTimeTimeSeries.Iterator
public class GenericTimeTimeSeries.Iterator
the Iterator used to read a GenericTimeTimeSeries
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Iterator |
|---|
length, pos, ts |
| Method Summary | |
|---|---|
TimeSeries.Entry<T> |
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 TimeSeries.Entry<T> next()
TimeSeries.Iterator
next in interface java.util.Iterator<TimeSeries.Entry<T extends java.lang.Comparable<T>>>next in class TimeSeries.Iterator<TimeSeries.Entry<T extends java.lang.Comparable<T>>>public double nextValue()
TimeSeries.Iterator
nextValue in class TimeSeries.Iterator<TimeSeries.Entry<T extends java.lang.Comparable<T>>>
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||