Iterator i=productList.iterator();
for(;i.hasNext();){i.next();
}