Package org.eclipse.birt.core.script
Class NativeJavaLinkedHashMap
java.lang.Object
org.mozilla.javascript.NativeJavaObject
org.eclipse.birt.core.script.NativeJavaMap
org.eclipse.birt.core.script.NativeJavaLinkedHashMap
- All Implemented Interfaces:
Serializable
,org.mozilla.javascript.Scriptable
,org.mozilla.javascript.SymbolScriptable
,org.mozilla.javascript.Wrapper
Represents the scriptable object for Java object,
LinkedHashMap
.
This class supports to access hash map with index.- See Also:
-
Field Summary
Fields inherited from class org.mozilla.javascript.NativeJavaObject
isAdapter, javaObject, members, parent, prototype, staticType
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
-
Constructor Summary
ConstructorsConstructorDescriptionNativeJavaLinkedHashMap
(org.mozilla.javascript.Scriptable scope, Object javaObject, Class staticType) -
Method Summary
Methods inherited from class org.eclipse.birt.core.script.NativeJavaMap
delete, get, getIds, has, put, put
Methods inherited from class org.mozilla.javascript.NativeJavaObject
canConvert, coerceType, createInterfaceAdapter, delete, delete, equals, get, getClassName, getDefaultValue, getParentScope, getPrototype, has, has, hashCode, hasInstance, initMembers, put, setParentScope, setPrototype, unwrap, wrap
-
Constructor Details
-
NativeJavaLinkedHashMap
public NativeJavaLinkedHashMap() -
NativeJavaLinkedHashMap
-
-
Method Details
-
get
- Specified by:
get
in interfaceorg.mozilla.javascript.Scriptable
- Overrides:
get
in classNativeJavaMap
-