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-19 18:37 -------
Stephen, I think I've addressed your comments. But, there is one remaining
problem: I'm trying to get the inverseBidiMap() function to work properly such
that assertSame(bidimap, bidimap.inverseBidiMap().inverseBidiMap()) works.

I see that TreeBidiMap does this by using the View, Inverse, and EntryView
static/inner classes. Obviously, I don't want to have to recreate nearly similar
classes that do the same thing for SynchronizedBidiMap.

Any ideas on how best you'd like to see this problem solved?

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

Reply via email to