SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.stats.timeseries.univariate.realtime
Class TimeSeries.Iterator

java.lang.Object
  extended by com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Iterator<E>
      extended by com.numericalmethod.suanshu.stats.timeseries.univariate.TimeSeries.Iterator<TimeSeries.Entry>
          extended by com.numericalmethod.suanshu.stats.timeseries.univariate.realtime.TimeSeries.Iterator
All Implemented Interfaces:
java.util.Iterator<TimeSeries.Entry>
Direct Known Subclasses:
SimpleTimeSeries.Iterator
Enclosing interface:
TimeSeries

public abstract static class TimeSeries.Iterator
extends TimeSeries.Iterator<TimeSeries.Entry>

the Iterator to read an integer-indexed 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
 
Methods inherited from class com.numericalmethod.suanshu.stats.timeseries.univariate.TimeSeries.Iterator
nextValue
 
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

TimeSeries.Iterator

public TimeSeries.Iterator(TimeSeries ts)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.