public class Point1DCircularBuffer extends Object implements Point1DDataset
| Constructor and Description |
|---|
Point1DCircularBuffer(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
The number of points in the dataset.
|
Statistics |
getStatistics()
The statistical information of the values.
|
org.epics.util.array.ListNumber |
getValues()
The values of the points.
|
void |
update(Point1DDatasetUpdate update) |
public org.epics.util.array.ListNumber getValues()
Point1DDatasetIf the dataset is empty, it returns an empty list.
getValues in interface Point1DDatasetpublic int getCount()
Point1DDataset
This number matches the size of the list returned by Point1DDataset.getValues().
getCount in interface Point1DDatasetpublic Statistics getStatistics()
Point1DDatasetIf the dataset is empty, or if it contains only NaN values, it returns null.
getStatistics in interface Point1DDatasetpublic void update(Point1DDatasetUpdate update)
Copyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.