Re: FastStringMap is not public class

2008-10-18 Thread rakesh wagh
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=gstq=FastStringMap#d98c8ecb0b33b993 Try to avoid string as keys in your

Re: FastStringMap is not public class

2008-10-18 Thread rakesh wagh
FYI: http://code.google.com/p/google-web-toolkit/issues/detail?id=672can=1q=hashmap 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:

Re: FastStringMap is not public class

2008-10-17 Thread kozura
Only a small subset of the Java library is emulated for use on the client side; see http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5t=RefJreEmulation. You can use any library you desire for server-side code, but on the client everything has to be properly emulated to handle

Re: FastStringMap is not public class

2008-10-17 Thread Andrej Harsani
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;