[gwt-contrib] Re: HashMap keyset behavior

2008-12-17 Thread todd.sei...@gmail.com
No, I'm sorry it appears as though this simple test does work. My real code is more complex and does return different results in hosted mode versus compiled. Perhaps it is a timing issue. I will repost if I find the issue. Thanks. On Dec 17, 12:38 pm, Scott Blum wrote: > You're saying this works

[gwt-contrib] Re: HashMap keyset behavior

2008-12-17 Thread Scott Blum
You're saying this works in web mode and fails in hosted mode? On Wed, Dec 17, 2008 at 10:14 AM, todd.sei...@gmail.com < todd.sei...@gmail.com> wrote: > > In the following code web mode removes the object for key "foo1" but > hosted mode does not seem to remove it. What is the 'correct' > behavio

[gwt-contrib] Re: HashMap keyset behavior

2008-12-17 Thread David
According to the JavaDocs of Map.keySet() the change should be reflected to the Map and the other way around. On Wed, Dec 17, 2008 at 4:14 PM, todd.sei...@gmail.com < todd.sei...@gmail.com> wrote: > > In the following code web mode removes the object for key "foo1" but > hosted mode does not see