Regarding the functioning of the for loop

I am unable to understand the working of For(String rrs : rr)
loop

it is for each loop…it only runs in forward direction…it iterates over all the values of rr one by one…
it can be read as:
for each String value rrs in rr…