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 TypeInterfaceDescriptioninterfaceA 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 TypeClassDescriptionclassA default implementation ofITimestampedData(which is anIXYDataof epoch ns and natural numbers).classDefaultXYData<X,Y> A default implementation ofIXYDatathat simply holds a final value for X and Y.