-
Methods in java.text with parameters of type ParsePosition
| Modifier and Type |
Method |
Description |
Number |
ChoiceFormat.parse(String string,
ParsePosition position) |
Parses a double from the specified string starting at the index specified
by position.
|
abstract Date |
DateFormat.parse(String string,
ParsePosition position) |
Parses a date from the specified string starting at the index specified
by position.
|
Number |
DecimalFormat.parse(String string,
ParsePosition position) |
Parses a Long or Double from the specified string
starting at the index specified by position.
|
Object[] |
MessageFormat.parse(String string,
ParsePosition position) |
Parses the message argument from the specified string starting at the
index specified by position.
|
abstract Number |
NumberFormat.parse(String string,
ParsePosition position) |
Parses a Number from the specified string starting at the index
specified by position.
|
Date |
SimpleDateFormat.parse(String string,
ParsePosition position) |
Parses a date from the specified string starting at the index specified
by position.
|
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 string,
ParsePosition position) |
Parses the specified string starting at the index specified by
position.
|
Object |
MessageFormat.parseObject(String string,
ParsePosition position) |
Parses the message argument from the specified string starting at the
index specified by position.
|
Object |
NumberFormat.parseObject(String string,
ParsePosition position) |
|
-