Hello all,
Just a quick question re MultiHashMap:
For my current project I need to be able to ensure that if I do
map.put("foo", a);
map.put("foo", b);
((Collection)map.get("foo")).iterator();
I will get a and b back in that order. Obviously with the current
implementation this will be the case, but I was wondering if there was
some way that I could ensure that in case the implementation changes.
If not, no big deal, I can easily work around it.
Cheers,
Alice
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]