public interface LongCounter
| Modifier and Type | Method and Description |
|---|---|
default void |
dec() |
void |
dec(long n) |
long |
getCount() |
default void |
inc() |
void |
inc(long n) |
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.