StringArrayBlob Methods |
The StringArrayBlob type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Appends the specified String to the end of this list. |
|
| Clear | Clear all String elements in the list. |
|
| Get | Returns the String at the specified position in this list. |
|
| Iterator | Returns an iterator over elements of String. |
|
| Remove | Removes the String at the specified position in this list. |
|
| Size | Returns the number of String elements in this list. |