Long gListTemporal=-1L;
for( Iterator< GrupoInfVO > it = gList.iterator(); it.hasNext() ; ) { GrupoInfVO str = it.next();
if(str.getxIdGin().equals(gListTemporal) ){ it.remove();
}
else{ gListTemporal = str.getxIdGin();
}
}
martes, octubre 11, 2011
Remove Item from List - Preventing java.util.ConcurrentModificationException
Suscribirse a:
Comentarios (Atom)
Entradas populares
-
This afternoon Google extended the AJAX Feed API with a new Slide Show Control . This control allows you to easily embed a slide show of im...
-
Today when log in on my gmail account I got this message alert talking about new gmail features. What's new ? Visit link above: http...





