All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jjst.jjst.lang.Boolean.js Maven / Gradle / Ivy

The newest version!

jjst.defineClass({
	name: "java.lang.Boolean",
	instanceMethods: {
		"": function(){
			//TODO
		}
	},
	classMethods: {
		"valueOf": function(str){
			return (str == 1 || str == '1' || str == 'true');
		}
	},
	baseType: "java.lang.Object"
});





© 2015 - 2025 Weber Informatics LLC | Privacy Policy