| Constructor and Description | 
|---|
| CounterImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | decrement()Decrement  thisby 1. | 
| void | decrement(long n)Decrement  thisbyn. | 
| long | getCount()Returns the current value. | 
| void | increment()Increment  thisby 1. | 
| void | increment(long n)Increment  thisbyn. | 
public CounterImpl()
public void increment(long n)
Counterthis by n.public void decrement(long n)
Counterthis by n.Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.