Uses of Enum
org.htmlunit.corejs.javascript.NativeCollectionIterator.Type
Packages that use NativeCollectionIterator.Type
-
Uses of NativeCollectionIterator.Type in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as NativeCollectionIterator.TypeModifier and TypeFieldDescriptionprivate NativeCollectionIterator.Type
NativeCollectionIterator.type
Methods in org.htmlunit.corejs.javascript that return NativeCollectionIterator.TypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static NativeCollectionIterator.Type[]
NativeCollectionIterator.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.htmlunit.corejs.javascript with parameters of type NativeCollectionIterator.TypeModifier and TypeMethodDescriptionprivate Object
NativeMap.js_iterator
(Scriptable scope, NativeCollectionIterator.Type type) private Object
NativeSet.js_iterator
(Scriptable scope, NativeCollectionIterator.Type type) Constructors in org.htmlunit.corejs.javascript with parameters of type NativeCollectionIterator.TypeModifierConstructorDescriptionNativeCollectionIterator
(Scriptable scope, String className, NativeCollectionIterator.Type type, Iterator<Hashtable.Entry> iterator)