java.util.Hashtable appears broken
Brought to you by:
zhourenjian
See for attached simple sample code, get the following JavaScript error:
java.util.Hashtable.newEntry is not a function
[Break on this error] }entry=java.util.Hashtable.newEntry(key,value,hash);
If you go into the compiled Hashtable.js, you can, in fact, see that function newEntry is never declared.
Hashtable.js
Hashtable.java
TestHashtable.java