C D E N R S T U W

C

Counter - Class in <Unnamed>
A Counter, with the ability to wrap and set the max value
Counter() - Constructor for class Counter
Constructor taking no parameters, setting the default max value of 59
Counter(int) - Constructor for class Counter
Constructor setting the max value Throws on non-positive integers.

D

down() - Method in class Counter
Decrement counter by one

E

equals(Object) - Method in class Counter
Does this counter equal another one?

N

nbrOfCounters() - Static method in class Counter
Get number of counters

R

reset() - Method in class Counter
Reset counter to zero

S

setCounter(int) - Method in class Counter
Set counter to a value.

T

toString() - Method in class Counter
Return a string

U

up() - Method in class Counter
Increment counter by one

W

whatIsCounter() - Method in class Counter
Get counter value

C D E N R S T U W