Class 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
    • 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
    • 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.mozilla.javascript.NativeJavaObject

        canConvert, coerceType, createInterfaceAdapter, delete, getClassName, getDefaultValue, getParentScope, getPrototype, has, hasInstance, initMembers, setParentScope, setPrototype, unwrap, wrap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeJavaLinkedHashMap

        public NativeJavaLinkedHashMap()
      • NativeJavaLinkedHashMap

        public NativeJavaLinkedHashMap​(org.mozilla.javascript.Scriptable scope,
                                       java.lang.Object javaObject,
                                       java.lang.Class staticType)
    • Method Detail

      • get

        public java.lang.Object get​(int index,
                                    org.mozilla.javascript.Scriptable start)
        Specified by:
        get in interface org.mozilla.javascript.Scriptable
        Overrides:
        get in class NativeJavaMap