I only gave it a short test. Then i found the MapIterator in the docs an switched to it. The docs stated that MapIterator is the better way than entrySet. Sorry for this, I'm at home right now so i can test it with an entrySet at the earliest tomorrow.
Looking forward to report the result. 2009/6/17 Jörg Schaible <[email protected]> > Renè Glanzer wrote at Mittwoch, 17. Juni 2009 16:07: > > > Hi, > > > > it's me again with an update. > > the LRUMap.mapIterator() still produces the > > ConcurrentModificationException when a call to MapIterator.remove() > > occurs. > > So did you also try with the entrySet? I've not written a unit test for the > MapIterator, so I cannot say, what you should expect... :) > > - Jörg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
