Class NativeCollectionIterator

    • Constructor Detail

      • NativeCollectionIterator

        public NativeCollectionIterator​(java.lang.String tag)
      • NativeCollectionIterator

        public NativeCollectionIterator​(Scriptable scope,
                                        java.lang.String className,
                                        org.mozilla.javascript.NativeCollectionIterator.Type type,
                                        java.util.Iterator<Hashtable.Entry> iterator)
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        Description copied from class: ScriptableObject
        Return the name of the class. This is typically the same name as the constructor. Classes extending ScriptableObject must implement this abstract method.
        Specified by:
        getClassName in interface Scriptable
        Specified by:
        getClassName in class ScriptableObject