SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.stats.timeseries.univariate
Class TimeSeries.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>
Type Parameters:
T - the time type
All Implemented Interfaces:
java.util.Map.Entry<T,java.lang.Double>
Direct Known Subclasses:
OneDimensionTimeSeries.Entry, Realization.Entry, TimeSeries.Entry
Enclosing interface:
TimeSeries<T>

public static class TimeSeries.Entry<T>
extends TimeSeries.Entry<T,java.lang.Double>

the TimeSeries.Entry for a univariate time series


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

TimeSeries.Entry

public TimeSeries.Entry(T time,
                        double value)

SuanShu, a Java numerical and statistical library

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