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