Como recorrer un Collection

Código:

for (ObjItemType myobj: myCollection) {
    // todo with myobj
}

Comentarios