I want iterate a collection, but before I finish to iterate, the collection is modified.
So, whenever the collection is modified, I want to re-iterate the collection from the beginning again.
Any inputs on how will I achieve this?