What happens when you use "for (int i = 0; i < list.size(); i++)" to iterate over ArrayList?
On 26 сен, 16:03, Nikos Dimitrakopoulos <[email protected]> wrote: > I'm not sure whether this is issue is known (and accepted as simply > "nothing can be done") I've Googled an interesting example how GWT can optimize iterators: http://timepedia.blogspot.com/2008/06/design-patterns-vs-gwt-compiler.html I wonder what GWT makes from your "iterateTest". Can you compile with detailed and post the JavaScript code of iterateTest? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
