
public class DoubleStatistic extends AbstractStatistic
| Modifier and Type | Field and Description | 
|---|---|
(package private) double | 
value
Statistic value. 
 | 
key| Constructor and Description | 
|---|
DoubleStatistic(String key)
Constructor. 
 | 
DoubleStatistic(String key,
               double value)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
formatValue()
Get a formatted version of the value, for output. 
 | 
void | 
setDouble(double value)
Set the statistics. 
 | 
getKey, toString