
public interface Counter extends Statistic
| Modifier and Type | Method and Description | 
|---|---|
long | 
decrement()
Decrement the counter. 
 | 
long | 
getValue()
Get the current count. 
 | 
long | 
increment()
Increment the counter. 
 | 
long | 
increment(long i)
Increment the counter by i. 
 | 
formatValue, getKeylong increment()
long decrement()
long getValue()
long increment(long i)
i - increment.