public interface Integer2Text
| Modifier and Type | Method and Description |
|---|---|
String |
intToText(int value)
Converts the integer to text.
|
String intToText(int value) throws IntegerOutOfRange
value - the integer valueIntegerOutOfRange - If value is out of range of the implementations
capabilities.