java - iteration problem -


i have iterate through list error.getge.getlist returns me arraylist of type ge bean,how iterate on list ?

for (ge bean: error.getge().getlist()){    // ge } 

this construct called for-each-loop, , has been available since java5.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -