Documentation of 'org.jquantlib.time.TimeSeries' Java class
TimeSeries
org.jquantlib.time

Class TimeSeries<V>

  • All Implemented Interfaces:
    java.util.Map<Date,V>, java.util.NavigableMap<Date,V>, java.util.SortedMap<Date,V>


    public class TimeSeries<V>
    extends Series<Date,V>
    Container for historical data

    This class acts as a generic repository for a set of historical data. Any single datum can be accessed through its date, while sets of consecutive data can be accessed through iterators.

    This class is intended to keep closest compatibility with QuantLib/C++ as possible, being nothing more than a shortcut to class Series, where the first parametric type is fixed as Date.

    See Also:
    Series
    • Constructor Detail

      • TimeSeries

        public TimeSeries(java.lang.Class<V> classV)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.