Salve.
Nel seguente codice :
quando avviene il break esco solo dall'if o anche dal for?Codice PHP:for (Elem h : sh) {
if(h.getName()==stringa)
break;
}
ps. sh è un set di Elem
Salve.
Nel seguente codice :
quando avviene il break esco solo dall'if o anche dal for?Codice PHP:for (Elem h : sh) {
if(h.getName()==stringa)
break;
}
ps. sh è un set di Elem