Looks great to me. r=jayashri
Ryan Lubke wrote:
> Fix for CR 6241351. Ensure Collections and their associated Iterators
> returned by entrySet(), keySet(), values()
> honor Map contract (where it makes sense) so that remove of elements
> from Collection or Iterator results in the value
> being removed from the underlying map and thus from the underlying
> object the Maps represent.
>
>
>