[jdom-interest] Java 5 planning
Victor Toni
victor.toni at ebuconnect.de
Wed Mar 5 05:24:27 PST 2008
Joe Bowbeer wrote:
> On Tue, Mar 4, 2008 at 2:55 PM, Victor Toni wrote:
>
>> - Convert all StringBuffer to StringBuilder.
>>
>>
>
> Are there places where we should "upgrade" to the read-only
> CharSequence interface?
>
Actually every occurrence of String as a parameter could be changed to
CharSequence allowing the user to pass String, StringBuffer, and
StringBuilder or even CharBuffer.
More information about the jdom-interest
mailing list