public class PlainObject extends Object
| Constructor and Description |
|---|
PlainObject() |
PlainObject(netscape.javascript.JSObject js) |
| Modifier and Type | Method and Description |
|---|---|
PlainObject |
empty() |
Set<Map.Entry<String,Object>> |
entries() |
boolean |
equals(Object obj) |
Object |
get(String key) |
int |
hashCode() |
Set<String> |
keys() |
PlainObject |
remove(String key) |
PlainObject |
set(String key,
Object value) |
netscape.javascript.JSObject |
toJSObject() |
String |
toString() |
Collection<Object> |
values() |
public PlainObject()
public PlainObject(netscape.javascript.JSObject js)
public PlainObject set(String key, Object value)
public Collection<Object> values()
public PlainObject remove(String key)
public PlainObject empty()
public netscape.javascript.JSObject toJSObject()
Copyright © 2016 belteshazzar. All Rights Reserved.