DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30167>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30167

[collections] Implementation of SynchronizedBidiMap and SynchronizedMap, with tests





------- Additional Comments From [EMAIL PROTECTED]  2004-07-17 21:13 -------
I believe that there are a nunber of holes in the implementations here.

Firstly, SychronizedMap does not seem to synchronize on the lock.

Secondly, both SyncMap and SyncBidiMap do not create synchronized version of 
the keySet/values/entrySet(very tricky)/inverseBidiMap

See Collections.synchronizedMap code to see how complex it gets....

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

Reply via email to