Iterator itr = alist.iterator();
while(itr.hasNext())
{
out.println(itr.next());
tats it.............
For a guy that doesn't knows how to call a method in another class that's very impressive :-D