SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.stats.timeseries.univariate.realtime
Class OneDimensionTimeSeries.Entry<T>

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<T>
          extended by com.numericalmethod.suanshu.stats.timeseries.univariate.realtime.OneDimensionTimeSeries.Entry<T>
All Implemented Interfaces:
java.util.Map.Entry<T,java.lang.Double>
Enclosing class:
OneDimensionTimeSeries<T>

public static class OneDimensionTimeSeries.Entry<T>
extends TimeSeries.Entry<T>


Field Summary
 
Fields inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Entry
time, value
 
Constructor Summary
OneDimensionTimeSeries.Entry(T 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

OneDimensionTimeSeries.Entry

public OneDimensionTimeSeries.Entry(T time,
                                    double value)

SuanShu, a Java numerical and statistical library

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