public class IntCounter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
_c |
Constructor and Description |
---|
IntCounter(int c) |
Modifier and Type | Method and Description |
---|---|
void |
dec() |
void |
dec(int size) |
void |
inc() |
void |
inc(int size) |
void |
set(int value) |
int |
value() |