Interface TimeSeries<T>

  • Type Parameters:
    T - The type of the value associated to timestamps.
    All Known Implementing Classes:
    LongTimeSeries

    public interface TimeSeries<T>
    A time series of type T consists of values of type T associated to time Instants.