Re: How to use com.google.gwt.dev.util.collect.HashMap

2010-03-07 Thread Jim Douglas
If you don't see it in the documentation, assume that it's an internal implementation detail, not something that you should be using from application code: http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/index.html On Mar 1, 10:02 pm, Heidarzadeh wrote: > Thank you Gal Dolber. > But if

Re: How to use com.google.gwt.dev.util.collect.HashMap

2010-03-07 Thread Gal Dolber
I think thats the override that make the magic when it compiles to javascript... 2010/3/2 Heidarzadeh > Thank you Gal Dolber. > But if I have to use java.util.HashMap! > I can't understand why they have created > com.google.gwt.dev.util.collect.HashMap !? > What is the usage of com.google.gwt.de

Re: How to use com.google.gwt.dev.util.collect.HashMap

2010-03-02 Thread Heidarzadeh
Thank you Gal Dolber. But if I have to use java.util.HashMap! I can't understand why they have created com.google.gwt.dev.util.collect.HashMap !? What is the usage of com.google.gwt.dev.util.collect.HashMap !? On Feb 27, 2:25 pm, Gal Dolber wrote: > Just use java.util.HashMap > > 2010/2/27 Heidar

Re: How to use com.google.gwt.dev.util.collect.HashMap

2010-02-27 Thread Gal Dolber
Just use java.util.HashMap 2010/2/27 Heidarzadeh > Hi > When I want to use com.google.gwt.dev.util.collect.HashMap , I get > this error : > No source code is available for type > com.google.gwt.dev.util.collect.HashMap; did you forget to > inherit a required module? > I should inherit which mod

How to use com.google.gwt.dev.util.collect.HashMap

2010-02-27 Thread Heidarzadeh
Hi When I want to use com.google.gwt.dev.util.collect.HashMap , I get this error : No source code is available for type com.google.gwt.dev.util.collect.HashMap; did you forget to inherit a required module? I should inherit which module? Of course I can use java.util.HashMap but I think com.google