Javascript Number toJava()
toJava()
Number.prototype.toJava = function() { return java.lang.Integer(this); };