Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Need Java Help Java, Arraylist and removal

Name: Anonymous 2012-01-18 1:38

Every time I try to call ArrayList.remove() on an element while in a for each loop, Java throws a ConcurrentModificationException.  I need to remove an element in a for loop because in there is where I look through the objects to find objects which meet the criteria for removal.

Name: Anonymous 2012-01-18 13:40

>>1
you cannot remove elements of an array during a for each
use a manual while loop and SAVE where you are because removing an element during traversal fucks things up

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List