| Constructor and Description |
|---|
CounterImpl() |
public void increment()
Counterthis by 1.public void increment(long n)
Counterthis by n.public void decrement()
Counterthis by 1.public void decrement(long n)
Counterthis by n.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.