I agree with Stephen. It is now so in CVS HEAD.

Gary

> -----Original Message-----
> From: Stephen Colebourne [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 30, 2004 15:16
> To: Jakarta Commons Developers List
> Subject: Re: [lang] Array concat?
> 
> I believe that the collections like names will be best in the long run.
> 
> Thus:
>     add(Object[], Object)
>     add(Object[], int, Object)
>     addAll(Object[], Object[])  <====
> 
> Stephen
> 
> From: "Gary Gregory" <[EMAIL PROTECTED]>
> > I've committed to HEAD three new ArrayUtils methods and unit tests:
> >
> >    add(Object[], Object)
> >    add(Object[], int, Object)
> >    join(Object[], Object[])
> >
> > Please comment on method names or impl.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to