Tiger (1.5) will have a new unsynchronized version of StringBuffer, known
as StringBuilder. See 4261803. Existing APIs that use StringBuffer, such
as
public abstract StringBuffer java.text.Format.format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos);
should have overloadings that allow them to be used with StringBuilder
as well.
###@###.### 11/5/04 00:51 GMT
as StringBuilder. See 4261803. Existing APIs that use StringBuffer, such
as
public abstract StringBuffer java.text.Format.format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos);
should have overloadings that allow them to be used with StringBuilder
as well.
###@###.### 11/5/04 00:51 GMT
- relates to
-
JDK-8313205 Modernize java.text.Format with StringBuilder
-
- Closed
-