| Interface | Description |
|---|---|
| Formatter | Interface for objects that can format Object into a String |
| Class | Description |
|---|---|
| FormatterFactory | Factory for Formatter objects |
| PercentageFormatter | Formatter that formats a number as a percentage, and appends a '%' |
| ToStringFormatter | Formatter that just performs a toString() on the value |