T - The type of the point.public class TimeSeriesPoint<T> extends java.lang.Object implements ITimeSeriesPoint<T>
| Constructor and Description |
|---|
TimeSeriesPoint(long time,
T value) |
public TimeSeriesPoint(long time,
T value)
public long getTime()
getTime in interface ITimeSeriesPoint<T>public T getValue()
getValue in interface ITimeSeriesPoint<T>public java.lang.String toString()
toString in class java.lang.ObjectCopyright 2017 Kieker Project, http://kieker-monitoring.net