-
Enhancement
-
Resolution: Fixed
-
P3
-
5.0
-
b59
-
x86
-
windows_xp
Name: rmT116609 Date: 06/23/2004
A DESCRIPTION OF THE REQUEST :
Appendable should have an append(CharSequence s, int start, int end) method.
JUSTIFICATION :
This will remove the need for implementations of Appendable (such as nio.CharBuffer) to provide specific methods to append a subsequence of a particular implementation of CharSequence (such as put(String s, int start, int end)).
(Incident Review ID: 281193)
======================================================================