public interface Counter
| Modifier and Type | Method and Description |
|---|---|
default void |
decrement() |
void |
decrement(long i) |
long |
getCount() |
default void |
increment() |
void |
increment(long amount) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.