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