|
JsOrb | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--js.util.Map
Implements much of the functionality behind the java.util.Map
interface, implementing the storage in a pair of JavaScript associative arrays.
Defined in Map.js
| Field Summary | |
Object |
classname
|
Object |
items
|
Object |
keys
|
| Constructor Summary | |
js.util.Map
()
Creates a Map. |
|
| Method Summary | |
void
|
clear()
|
Object
|
containsKey(key)
|
Object
|
containsValue(value)
|
Object
|
get(key)
|
Object
|
isEmpty()
|
void
|
marshal(element, marshalContext)
|
void
|
put(key, value)
|
void
|
remove(key)
|
Object
|
size()
|
void
|
unmarshal(element, type, unmarshalContext)
|
| Field Detail |
Object classname
Object items
Object keys
| Constructor Detail |
js.util.Map()
| Method Detail |
void clear()
Object containsKey(key)
Object containsValue(value)
Object get(key)
Object isEmpty()
void marshal(element, marshalContext)
void put(key, value)
void remove(key)
Object size()
void unmarshal(element, type, unmarshalContext)
|
JsOrb | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||