Name: rmT116609 Date: 02/04/2003
DESCRIPTION OF THE PROBLEM :
The StringBuffer class needs an append method that takes a CharSequence. That way if one has a CharSequence (such as a CharBuffer) there is no need to create a String object to append to the StringBuffer.
(Review ID: 180807)
======================================================================
- duplicates
-
JDK-5030946 StringBuffer should have a append(String, int start, int length) method
-
- Closed
-