Uses of Enum
org.mozilla.javascript.NativeCollectionIterator.Type
Packages that use NativeCollectionIterator.Type
-
Uses of NativeCollectionIterator.Type in org.mozilla.javascript
Subclasses with type arguments of type NativeCollectionIterator.Type in org.mozilla.javascriptFields in org.mozilla.javascript declared as NativeCollectionIterator.TypeModifier and TypeFieldDescriptionprivate NativeCollectionIterator.TypeNativeCollectionIterator.typeMethods in org.mozilla.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.mozilla.javascript with parameters of type NativeCollectionIterator.TypeModifier and TypeMethodDescriptionprivate ObjectNativeMap.js_iterator(Scriptable scope, NativeCollectionIterator.Type type) private ObjectNativeSet.js_iterator(Scriptable scope, NativeCollectionIterator.Type type) Constructors in org.mozilla.javascript with parameters of type NativeCollectionIterator.TypeModifierConstructorDescriptionNativeCollectionIterator(Scriptable scope, String className, NativeCollectionIterator.Type type, Iterator<Hashtable.Entry> iterator)