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:
java.io.Serializable
,org.mozilla.javascript.Scriptable
,org.mozilla.javascript.Wrapper
public class NativeJavaLinkedHashMap extends NativeJavaMap
Represents the scriptable object for Java object,LinkedHashMap
. This class supports to access hash map with index.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeJavaLinkedHashMap()
NativeJavaLinkedHashMap(org.mozilla.javascript.Scriptable scope, java.lang.Object javaObject, java.lang.Class staticType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
get(int index, org.mozilla.javascript.Scriptable start)
-
Methods inherited from class org.eclipse.birt.core.script.NativeJavaMap
delete, get, getIds, has, put, put
-
-
-
-
Method Detail
-
get
public java.lang.Object get(int index, org.mozilla.javascript.Scriptable start)
- Specified by:
get
in interfaceorg.mozilla.javascript.Scriptable
- Overrides:
get
in classNativeJavaMap
-
-