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