com.google.gwt.dev.util.collect is not meant to be used on the client side (hence the lack of a <module>.gwt.xml file). As you discovered, you should use the standard JRE HashMap, and let GWT provide the associated JS implementation at compile time.
- Chris On Mon, Dec 28, 2009 at 2:07 PM, forewar <[email protected]> wrote: > Oh, I`ve just changed my library import. Imported java.util.HashMap > instead of com.google.gwt.dev.util.collect.HashMap and I works now. > But I still dont understand what`s wrong with gwt`s HashMap. > > -- > > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- 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.
