Class NativeCollectionIterator

All Implemented Interfaces:
Serializable, ConstProperties, DebuggableObject, IdFunctionCall, Scriptable, SymbolScriptable

public class NativeCollectionIterator extends ES6Iterator
See Also:
  • Constructor Details

    • NativeCollectionIterator

      public NativeCollectionIterator(String tag)
    • NativeCollectionIterator

      public NativeCollectionIterator(Scriptable scope, String className, org.mozilla.javascript.NativeCollectionIterator.Type type, Iterator<Hashtable.Entry> iterator)
  • Method Details