Re: [collections] Maps supporting concurrent modification of their iterators?

2006-07-30 Thread Oliver Zeigermann
2006/7/30, Stephen Colebourne <[EMAIL PROTECTED]>: Robert Ribnitz wrote: > how much work would be involved in extending one of the Maps provided in > the collections framework to support concurrent modification of the > structures their mapIterators iterate over? > > would this be an envisageable

Re: [collections] Maps supporting concurrent modification of their iterators?

2006-07-30 Thread Stephen Colebourne
Robert Ribnitz wrote: how much work would be involved in extending one of the Maps provided in the collections framework to support concurrent modification of the structures their mapIterators iterate over? would this be an envisageable feature? - I am thinking of Maps behaving much like the