public class OrdinalFormatter
extends java.lang.Object
Constructor | Description |
---|---|
OrdinalFormatter() |
|
OrdinalFormatter(java.util.Locale locale) |
Create the formatter in the given local.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
format(int number) |
Format the ordinal of this number.
|