SuanShu, a Java numerical and statistical library

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

java.lang.Object
  extended by com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Entry<T,java.lang.Double>
      extended by com.numericalmethod.suanshu.stats.timeseries.univariate.TimeSeries.Entry<java.lang.Integer>
          extended by com.numericalmethod.suanshu.stats.timeseries.univariate.realtime.TimeSeries.Entry
All Implemented Interfaces:
java.util.Map.Entry<java.lang.Integer,java.lang.Double>
Enclosing interface:
TimeSeries

public static class TimeSeries.Entry
extends TimeSeries.Entry<java.lang.Integer>

the TimeSeries.Entry for an integer-indexed univariate time series


Field Summary
 
Fields inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Entry
time, value
 
Constructor Summary
TimeSeries.Entry(int time, double value)
           
 
Method Summary
 
Methods inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Entry
getKey, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

TimeSeries.Entry

public TimeSeries.Entry(int time,
                        double value)

SuanShu, a Java numerical and statistical library

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