| Interface | Description |
|---|---|
| HappinessDetector |
Classes that implement this interface can determine if a number is happy.
|
| Class | Description |
|---|---|
| Tester |
A class that can be used to test if a class that implements HappinessDetector
always accurately determines the happiness of a number.
|