| Package | Description |
|---|---|
| java.text |
| Modifier and Type | Method and Description |
|---|---|
Number |
NumberFormat.parse(String source)
Parses text from the beginning of the given string to produce a number.
|
Object[] |
MessageFormat.parse(String source)
Parses text from the beginning of the given string to produce an object
array.
|
Date |
DateFormat.parse(String source)
Parses text from the beginning of the given string to produce a date.
|
Object |
Format.parseObject(String source)
Parses text from the beginning of the given string to produce an object.
|
Copyright © 2025 API Design. All Rights Reserved.