Class DefaultTimestampedData

java.lang.Object
org.openjdk.jmc.common.xydata.DefaultXYData<Long,Number>
org.openjdk.jmc.common.xydata.DefaultTimestampedData
All Implemented Interfaces:
BoundedList.INode<DefaultTimestampedData>, ITimestampedData, IXYData<Long,Number>

public class DefaultTimestampedData extends DefaultXYData<Long,Number> implements ITimestampedData, BoundedList.INode<DefaultTimestampedData>
A default implementation of ITimestampedData (which is an IXYData of epoch ns and natural numbers).

It implements BoundedList.INode in order to save some memory when placed in a BoundedList although this dependency is not really clean and should eventually be fixed.