Sounds about right. You cannot tell that you are not using Java, except for
the performance. The Java language is being implemented *as* JavaScript.
x = new java.util.Hashtable()
Object { elementCount: 0, elementData: Array[11], loadFactor: 0.75,
threshold: 8, firstSlot: 11, lastSlot: -1, modCount: 0 }
x.put("testing","here")
null
x.get("testing")
"here"
x
Object { elementCount: 1, elementData: Array[11], loadFactor: 0.75,
threshold: 8, firstSlot: 7, lastSlot: 7, modCount: 1 }
x.toString()
"{testing=here}"
Bob
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users