If you look at the Java source for BitSet, you'll see it uses an array
of long[].... JavaScript has no concept of long, so GWT has an
"simulation" of long, but it's not perfect.

One could easily write an emulation class and serializers, but it's
not likely the bit math would be correct without totally rewriting the
classes using int.




--~--~---------~--~----~------------~-------~--~----~
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-Toolkit@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