public class Dictionary extends java.util.HashMap<Obj,Obj> implements Obj, NativeObject<java.util.Map<java.lang.Object,java.lang.Object>>
| Constructor and Description |
|---|
Dictionary()
Creates an empty vector.
|
| Modifier and Type | Method and Description |
|---|---|
Obj |
get(Obj key)
Get operator in AJE.
|
Obj |
getAttr(java.lang.String name)
Attribute operator in AJE.
|
Type |
getType() |
Obj |
set(Obj key,
Obj value) |
java.util.Map<java.lang.Object,java.lang.Object> |
toNative()
Returns an unmodifiable representation of the vector.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitpublic static final Type TYPE
public java.util.Map<java.lang.Object,java.lang.Object> toNative()
null if unable to.toNative in interface NativeObject<java.util.Map<java.lang.Object,java.lang.Object>>toNative in interface Objpublic Type getType()
public Obj get(Obj key)
Obja[b].
Undefined.VALUE if not implemented.public Obj getAttr(java.lang.String name)
Obja.b.
Undefined.VALUE if not implemented.