We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Using ArrayList<class E> in processing
Page Index Toggle Pages: 1
Using ArrayList<class E> in processing (Read 316 times)
Using ArrayList<class E> in processing
Feb 23rd, 2009, 12:02pm
 
Hi, is it possible to use the ArrayList<class E> in processing? (im not talking about the generic ArrayList, i mean the one where you specify the class type to be stored)
every time i try to use it i get an error, i tried including
import java.util.ArrayList; to my program but i still get the error.
i've been using this in eclipse without a problem and it would make my programs more portable to processing.

thanks

Rui
Re: Using ArrayList<class E> in processing
Reply #1 - Feb 23rd, 2009, 1:11pm
 
Page Index Toggle Pages: 1