Class TimestampedValue<V>

    • Constructor Detail

      • TimestampedValue

        public TimestampedValue​(V value)
        Creates a new TimestampedValue instance.
        Parameters:
        value - the value.
      • TimestampedValue

        public TimestampedValue​(long timestamp,
                                V value)
        Creates a new TimestampedValue instance.
        Parameters:
        timestamp - the timestamp.
        value - the value.