Java foreach Brief in Wort

for (char ch: "xyz".toCharArray()) {
}
takemetothelakeswhereallthepoetswenttodie