[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] 2d to 1d array



btw, i accidentally wrote a.asList and it gave me the same result as a.as(List).  is there a difference?
j
On Aug 28, 2005, at 6:22 AM, James Harkins wrote:

b = List.newFrom(a);

// or:

c = a.as(List);