Changed Methods |
Object clone()
|
Documentation changed from old to new. |
Creates and returns a copy of this object. |
String format(Object )
|
Documentation changed from old to new. |
Formats an object to produce a string. |
StringBuffer format(Object, StringBuffer, FieldPosition)
|
Documentation changed from old to new. |
Formats an object and appends the resulting text to a given string buffer. |
Object parseObject(String, ParsePosition)
|
Documentation changed from old to new. |
Parses text from a string to produce an object. |
Object parseObject(String )
|
Documentation changed from old to new. |
Parses text from the beginning of the given string to produce an object. |