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