loop through list grabbing out specfic values java code example Example: java loop through list for (E element : list) { . . . }