Class BoundedTimeSeries<T extends ITimeSeriesPoint>

java.lang.Object
kieker.analysis.util.timeseries.TimeSeries<T>
kieker.analysis.util.timeseries.BoundedTimeSeries<T>
Type Parameters:
T - Type of the elements in this time series.
All Implemented Interfaces:
java.lang.Iterable<T>, IBackwardsIterable<T>

public class BoundedTimeSeries<T extends ITimeSeriesPoint>
extends TimeSeries<T>
A TimeSeries with a maximum time span. If something is added to this time series and the time span between earliest and latest point in this time series is larger than the allowed time span, the earliest points are discarded.
Since:
1.14
Author:
Sören Henning