Hi,

I thing there is possible bug when type casting. Take a look and tell me is
this the normal behavior.

So if you have HashMap<Integer, Object> hash = getHashMap();

hash.get((int) myPrimitiveLongValue) will return null even there is value
for that key.
If you try Integer i = (int) myPrimitiveLongValue;
hash.get((int)myPrimitiveLongValue) it will retur nthe value.

Regards.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to