Interface DoubleEvent
- All Superinterfaces:
TimeData
- All Known Subinterfaces:
ClassHistogramData,CpuInfo,HeapData,MemoryData
- All Known Implementing Classes:
ClassHistogramDataImpl,CpuInfoImpl,DoubleEventImpl,HeapDataImpl,MemoryDataImpl,PauseDataImpl
This class represents an object that consists of a value and a corresponding
time. This data is typically used in an array to plot data changes over time.
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetValue()Gets the data that is associated with this event.
-
Method Details
-
getValue
double getValue()Gets the data that is associated with this event.- Returns:
- the event data.
-