Interface CountData
- All Superinterfaces:
TimeData
- All Known Implementing Classes:
CountDataImpl
This class represents an object that consists of a count and a corresponding
time. This data is typically used in an array to plot data changes over time.
-
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()Gets the count that is associated with this data.
-
Method Details
-
getCount
long getCount()Gets the count that is associated with this data.- Returns:
- the event count.
-