Uses of Class
org.htmlunit.corejs.javascript.NativeCollectionIterator.Type
-
Packages that use NativeCollectionIterator.Type Package Description org.htmlunit.corejs.javascript -
-
Uses of NativeCollectionIterator.Type in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as NativeCollectionIterator.Type Modifier and Type Field Description private NativeCollectionIterator.Type
NativeCollectionIterator. type
Methods in org.htmlunit.corejs.javascript that return NativeCollectionIterator.Type Modifier and Type Method Description static NativeCollectionIterator.Type
NativeCollectionIterator.Type. valueOf(java.lang.String name)
Returns 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.Type Modifier and Type Method Description private java.lang.Object
NativeMap. js_iterator(Scriptable scope, NativeCollectionIterator.Type type)
private java.lang.Object
NativeSet. js_iterator(Scriptable scope, NativeCollectionIterator.Type type)
Constructors in org.htmlunit.corejs.javascript with parameters of type NativeCollectionIterator.Type Constructor Description NativeCollectionIterator(Scriptable scope, java.lang.String className, NativeCollectionIterator.Type type, java.util.Iterator<Hashtable.Entry> iterator)
-