public class Counter
extends java.lang.Object
Constructor and Description |
---|
Counter() |
Counter(int startingValue,
int minValue,
int maxValue) |
Modifier and Type | Method and Description |
---|---|
void |
add(int value) |
int |
getCount() |
java.lang.String |
getCountString() |
void |
remove(int value) |
void |
setCount(int count) |