public class TimeSeries extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeSeries.DataPoint |
class |
TimeSeries.PointBuilder |
| Constructor and Description |
|---|
TimeSeries() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAverage() |
int |
getCount() |
int |
getLength() |
List<TimeSeries.DataPoint> |
getPoints() |
TimeSeries.PointBuilder |
newPoint(long epoch,
int count) |
public List<TimeSeries.DataPoint> getPoints()
public int getLength()
public TimeSeries.PointBuilder newPoint(long epoch, int count)
public float getAverage()
public int getCount()
Copyright © 2017 ICF Olson. All rights reserved.