Actually, the most interesting thing about CharSequence is that it's not
actually possible to do toCharArray() on it, which would be REALLY
useful (and StringBuffer _could_ have been augmented with a 
char[] toCharArray() { return this.toString().toCharArray(); } )
so we could have done this.

Anyway, rambling... =)

/O

----- Original Message -----
From: Nick Sieger <[EMAIL PROTECTED]>
Date: Wednesday, June 7, 2006 11:17 pm
Subject: Re: [Jruby-devel] More performance numbers and a committable patch
To: [email protected]

> Looks good to me.
> 
> Interesting what a useful abstraction "CharSequence" is, and how 
> long it
> took to find its way into the JDK.
> 
> On 6/4/06, Charles O Nutter <[EMAIL PROTECTED]> wrote:
> >
> > Blast, forgot the patch.
> >
> >
> >
> 


_______________________________________________
Jruby-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to