foreach in java

for(String item : list){
       // do things with the item
}

Comments are closed.