public class Statistic<T extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
Statistic(StatisticType type,
List<Sample<T>> samples) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
getLatestSample() |
List<Sample<T>> |
getSamples() |
StatisticType |
getType() |
boolean |
isEmpty() |
String |
toString() |
public Statistic(StatisticType type, List<Sample<T>> samples)
Copyright © 2018. All rights reserved.