Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the property of web extension by the index.
|
||
method | get(name) | |
Gets the property of web extension.
|
Method Summary | ||
---|---|---|
method | add(value) | |
Reserved for internal use. |
||
method | add(name, value) | |
Adds web extension property.
|
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
method | removeAt(name) | |
Remove the property by the name.
|
int getCount()
WebExtensionProperty get(index)
index
- The index.WebExtensionProperty get(name)
name
- The name of property.int add(name, value)
name: String
- The name of property.value: String
- The value of property.removeAt(name)
name: String
- The name of the property.clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)