@InterfaceAudience.Public @InterfaceStability.Evolving public class Counter extends Object
Modifier and Type | Method and Description |
---|---|
void |
add(long delta) |
void |
decrement() |
long |
get() |
void |
increment() |
void |
set(long value) |
String |
toString() |