public class CounterDataPointList extends DataPointList<CounterDataPoint>
CounterDataPoint objects.| Constructor and Description |
|---|
CounterDataPointList()
Creates a new, empty list of
CounterDataPoint objects. |
| Modifier and Type | Method and Description |
|---|---|
CounterDataPoint |
summarize()
|
add, checkForEmptyList, clear, contains, getList, isEmpty, remove, size, toDebugString, toStringpublic CounterDataPointList()
CounterDataPoint objects.public CounterDataPoint 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<CounterDataPoint>DataPoint encompassing contents of listUnsupportedOperationException - if the list is emptyCopyright © 2014. All Rights Reserved.