Package | Description |
---|---|
java.text |
Modifier and Type | Method and Description |
---|---|
Number |
ChoiceFormat.parse(String srcStr,
ParsePosition pos) |
abstract Date |
DateFormat.parse(String date,
ParsePosition pp)
Parses a date from the specified string starting at the index specified
by
position . |
Number |
DecimalFormat.parse(String str,
ParsePosition pos) |
Object[] |
MessageFormat.parse(String src,
ParsePosition pos) |
abstract Number |
NumberFormat.parse(String s,
ParsePosition pos) |
Date |
SimpleDateFormat.parse(String str,
ParsePosition pos) |
Object |
DateFormat.parseObject(String string,
ParsePosition position)
Parses a date from the specified string starting at the index specified
by
position . |
abstract Object |
Format.parseObject(String source,
ParsePosition pos)
Parses the specified string starting at the index specified by
position . |
Object |
MessageFormat.parseObject(String source,
ParsePosition pos) |
Object |
NumberFormat.parseObject(String srcStr,
ParsePosition pos) |