In Iterator Sun added the remove method to remove the last accessed element of the collection. Why there is no add method to add a new element to the collection? Wh
Iterator
If you are working on a list you could use ListIterator which provides both add and remove operations.