public class RollingCounterDataPointList extends DataPointList<RollingCounterDataPoint>
RollingCounterDataPoint objects.| Constructor and Description |
|---|
RollingCounterDataPointList()
Creates a new, empty list of
RollingCounterDataPoint objects. |
| Modifier and Type | Method and Description |
|---|---|
RollingCounterDataPoint |
summarize()
|
add, checkForEmptyList, clear, contains, getList, isEmpty, remove, size, toDebugString, toStringpublic RollingCounterDataPointList()
RollingCounterDataPoint objects.public RollingCounterDataPoint summarize() throws UnsupportedOperationException
DataPointListDataPoint elements contained within this list into
a single DataPoint instance that encompasses the entire time
frame spanned by the list contents.summarize in class DataPointList<RollingCounterDataPoint>DataPoint encompassing contents of listUnsupportedOperationException - if the list is emptyCopyright © 2014. All Rights Reserved.