Uses of Enum
org.htmlunit.javascript.host.URLSearchParams.NativeParamsIterator.Type
Packages that use URLSearchParams.NativeParamsIterator.Type
Package
Description
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of URLSearchParams.NativeParamsIterator.Type in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as URLSearchParams.NativeParamsIterator.TypeModifier and TypeFieldDescriptionprivate final URLSearchParams.NativeParamsIterator.Type
URLSearchParams.NativeParamsIterator.type_
Methods in org.htmlunit.javascript.host that return URLSearchParams.NativeParamsIterator.TypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.URLSearchParams.NativeParamsIterator.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.htmlunit.javascript.host with parameters of type URLSearchParams.NativeParamsIterator.TypeModifierConstructorDescriptionNativeParamsIterator
(org.htmlunit.corejs.javascript.Scriptable scope, String className, URLSearchParams.NativeParamsIterator.Type type, Iterator<NameValuePair> iterator)