- Counter - Class in <Unnamed>
-
The counter class implements a counter that will roll over to the initial
value when it hits the maximum value.
- Counter() - Constructor for class Counter
-
The default constructor for objects of class Counter.
- Counter(int, int) - Constructor for class Counter
-
The alternate constructor for objects of class Counter.
- CounterInitializationException - Exception in <Unnamed>
-
CounterInitializationException - a runtime exception that signals that the counter could
not be created.
- CounterInitializationException(String) - Constructor for exception CounterInitializationException
-
- CounterTest - Class in <Unnamed>
-
CounterTest - A class that tests the Counter class.
- CounterTest() - Constructor for class CounterTest
-