dev@javaserverfaces.java.net

Re: [REVIEW] Fix for CR 6241351

From: Jayashri Visvanathan <Jayashri.Visvanathan_at_Sun.COM>
Date: Fri, 22 Jul 2005 11:51:55 -0700

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.
>
>
>