public interface Counter
| Modifier and Type | Method and Description |
|---|---|
void |
decrement()
Decrement
this by 1. |
void |
decrement(long n)
Decrement
this by n. |
void |
increment()
Increment
this by 1. |
void |
increment(long n)
Increment
this by n. |
Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.