public class StatisticsHistory extends History<Statistics>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The unique class ID
|
| Constructor and Description |
|---|
StatisticsHistory(long stepSize,
long historyLength) |
StatisticsHistory(StatisticsHistory sh) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Long timestamp,
Statistics data) |
adjust, clear, forget, get, get, getData, getLength, getPosition, getSteps, getStepSize, getTimestamp, last, map, mapTimestampprivate static final long serialVersionUID
public StatisticsHistory(long stepSize,
long historyLength)
stepSize - historyLength - public StatisticsHistory(StatisticsHistory sh)
public void add(Long timestamp, Statistics data)
add in class History<Statistics>History.add(java.lang.Long, java.lang.Object)Copyright © 2018. All rights reserved.