Class | Description |
---|---|
Counter |
The counter class implements a counter that will roll over to the initial
value when it hits the maximum value.
|
CounterTest |
CounterTest - A class that tests the Counter class.
|
Rational |
A class that represents a rational number.
|
RationalTest |
RationalTest - A class that tests the Rational class.
|
Exception | Description |
---|---|
CounterInitializationException |
CounterInitializationException - a runtime exception that signals that the counter could
not be created.
|
ZeroDenominatorException |
ZeroDenominatorException - a runtime exception that signals there was a zero denominator
for a Rational number.
|