C G I R

C

Counter - Class in <Unnamed>
A simple class for counting things
Counter() - Constructor for class Counter
This constructor creates and returns a default counter that starts at zero.
Counter(int) - Constructor for class Counter
This constructor creates and returns a counter that starts at the specified time.
createEquivalentCounter() - Method in class Counter
Creates a brand new Counter that has the same counter as this Counter.

C G I R