public class Counter extends Object
public Counter(String name)
name
- the non-null name of this counterpublic Counter(String name, int value)
name
- the non-null name of this countervalue
- the value of this counterIllegalArgumentException
- if value is less than zero