|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
||||||||
| PREV CLASS NEXT CLASS | ||||||||
| SUMMARY: CONSTR | DETAIL: CONSTR | |||||||
Object | +--jmap
Defined in init.js
| Constructor Summary | |
jmap
(map)Creates a convenient script object to deal with java.util.Map instances. |
|
| Constructor Detail |
jmap(map)
var x = java.lang.SystemProperties();
var y = jmap(x);
print(y['java.class.path']); // prints java.class.path System property
delete y['java.class.path']; // remove java.class.path System property
map - java.util.Map
instance that will be wrapped
|
||||||||
| PREV CLASS NEXT CLASS | ||||||||
| SUMMARY: CONSTR | DETAIL: CONSTR | |||||||