Package | Description |
---|---|
java.text |
Modifier and Type | Method and Description |
---|---|
Date |
DateFormat.parse(String string)
Parses a date from the specified string using the rules of this date
format.
|
Object[] |
MessageFormat.parse(String src) |
Number |
NumberFormat.parse(String s) |
Object |
Format.parseObject(String source)
Parses the specified string using the rules of this format.
|
Constructor and Description |
---|
RuleBasedCollator(String rules)
TODO: implement inverse accent ordering ('@')
TODO: ignore chars if sequence start with ',' or ';'
|