WebExtensionPropertyCollection

WebExtensionPropertyCollection class

Represents the list of web extension properties.

Constructors

NameDescription
WebExtensionPropertyCollection

Properties

NameTypeDescription
Countint
Item (int)WebExtensionPropertyGets the property of web extension by the index.
Item (java.lang.String)WebExtensionPropertyGets the property of web extension.

Methods

NameDescription
addAdds web extension property.
removeAtRemove the property by the name.
clear
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

WebExtensionPropertyCollection()

WebExtensionPropertyCollection.Count property

Type: int

WebExtensionPropertyCollection.Item (int) property

Gets the property of web extension by the index.

Type: WebExtensionProperty

WebExtensionPropertyCollection.Item (java.lang.String) property

Gets the property of web extension.

Type: WebExtensionProperty

add(name, value) (1 of 2)

Adds web extension property.

ParameterTypeDescription
nameStringThe name of property.
valueStringThe value of property.

Returns: The index of added property.


add(value) (2 of 2)

Reserved for internal use.

removeAt(name) (1 of 2)

Remove the property by the name.

ParameterTypeDescription
nameStringThe name of the property.

removeAt(index) (2 of 2)

clear()

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.