[kepler-dev] java question: array casts

Tobin Fricke tobin at splorg.org
Mon Aug 16 16:15:22 PDT 2004


On Mon, 16 Aug 2004, xiaowen wrote:

> Perhaps you could try:

>          String bar[] = (String[])(foo.toArray(new String[foo.size()]));

Thanks -- that's it exactly. (-:  Just didn't read far enough in the
javadoc... S-:

tobin




More information about the Kepler-dev mailing list