Uses of Interface
org.openjdk.jmc.common.xydata.IXYData
Packages that use IXYData
-
Uses of IXYData in org.openjdk.jmc.common.xydata
Subinterfaces of IXYData in org.openjdk.jmc.common.xydataModifier and TypeInterfaceDescriptioninterface
A data point on an X/Y chart where the X axis is a timestamp in epoch ns and the Y axis is a natural number.Classes in org.openjdk.jmc.common.xydata that implement IXYDataModifier and TypeClassDescriptionclass
A default implementation ofITimestampedData
(which is anIXYData
of epoch ns and natural numbers).class
DefaultXYData<X,
Y> A default implementation ofIXYData
that simply holds a final value for X and Y.