On Mon, Feb 26, 2001 at 02:32:09PM -0500, Geir Magnusson Jr. wrote:
> Thx.  We forgot that one...
> 
> But it might be nicer just to do something like just adding another method
> 
> public String concat( List list )
> {
>      return concat( list.toArray() );
> }
> 
> 
> and then  we get both...
> 
> hm?

Well, I'm easy - I just want it to work properly in Torque :-)

But - IMHO your suggestion is:

a) inefficient because a spurious array gets allocated
b) unnecessary - as far as I understand it the methods took Object[]
params because that's what list literals generated, and now they don't...

-- 
Sean Legassick
[EMAIL PROTECTED]
      Ek is 'n man: niks menslik is vreemd vir my nie  
      
      

Reply via email to