public interface Counter
Counter
void
dec()
long
getCount()
inc()
void inc()
Counter.inc()
long getCount()
Counter.getCount()
void dec()
Counter.dec()