C G I

C

Counter - class Counter.
A counter representing a integer value.
Counter() - Constructor for class Counter
 

G

getValue() - Method in class Counter
Returns the value of the counter.

I

inc() - Method in class Counter
Increases the value of the counter by one.

C G I