u gotta make a copy and change the private to public. Seems to be the
only way for now. Check this thread:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/22c37ad1ba4950fc/d98c8ecb0b33b993?lnk=gst&q=FastStringMap#d98c8ecb0b33b993

Try to avoid string as keys in your hashmaps. We use longs, ints
etc... Default hahsmap implementation for string keys is relatively
slow.

Rakesh Wagh

On Oct 17, 6:52 pm, Andrej Harsani <[EMAIL PROTECTED]> wrote:
> I'm talking about com.google.gwt.user.client.ui.FastStringMap - class
> which is already in GWT...
>
> On Oct 18, 1:16 am, kozura <[EMAIL PROTECTED]> wrote:
>
> > Only a small subset of the Java library is emulated for use on the
> > client side; 
> > seehttp://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&t=RefJ....
>
> > You can use any library you desire for server-side code, but on the
> > client everything has to be properly emulated to handle javascript and
> > browser compatibility issues, so is limited to the above set.  The "4x
> > better performance" might be true in Java, but does not correlate at
> > all to how it might be implemented in js!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to