Bugs fixed:

1.  keySet().remove(Object) incorrectly returned false after
a successful removal of a null key.

2.  The removeAll(Collection) and retainAll(Collection) methods
of the collection views (keySet, entrySet and values) were not
updating the modCount; therefore an iterator over a collection
view would not raise a ConcurrentModificationException after
those operations.

-Paul


Attachment: seq_hash_map.diff
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to