@ProviderType public interface CounterStats extends Stats, Counting
Modifier and Type | Method and Description |
---|---|
void |
dec()
Decrement the counter by one.
|
void |
dec(long n)
Decrement the counter by
n . |
void |
inc()
Increment the counter by one.
|
void |
inc(long n)
Increment the counter by
n . |
void inc()
void dec()
void inc(long n)
n
.n
- the amount by which the counter will be increasedvoid dec(long n)
n
.n
- the amount by which the counter will be decreasedCopyright © 2010 - 2020 Adobe. All Rights Reserved