Interface TimeSeries.Entry<T,​V>

    • Method Detail

      • getTime

        T getTime()
        Get the timestamp.
        Returns:
        the timestamp
      • getValue

        V getValue()
        Get the entry value.
        Returns:
        the entry value