The problem occurs at
Element element = it.next();
And this code which contains that line, is inside of an OnTouchEvent
OnTouchEvent
Using Iterators also fixes concurrency problems, like this:
Iterator it = iterator.next().iterator(); while (it.hasNext()) { it.remove(); }