public class Point1DDatasets extends Object
| Constructor and Description |
|---|
Point1DDatasets() |
| Modifier and Type | Method and Description |
|---|---|
static Point1DDataset |
of(org.epics.util.array.ListNumber values)
Wraps a
ListNumber into a Point1DDataset. |
public static Point1DDataset of(org.epics.util.array.ListNumber values)
ListNumber into a Point1DDataset.
It assumes the argument is either immutable or mutable but will not be changed in the future.
values - the values for the datasetCopyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.