StringSetBlob Class |
StringSetBlobSerializableBlobStringThe StringSetBlob type exposes the following members.
| Name | Description | |
|---|---|---|
| StringSetBlob | Initializes a new instance of the StringSetBlob class | |
| StringSetBlob | Initializes a new instance of the StringSetBlob class | |
| StringSetBlob | Initializes a new instance of the StringSetBlob class |
| Name | Description | |
|---|---|---|
| IsEmpty | Returns true if the collection is empty. | |
| JniPeerMembers | To be added. | |
| ThresholdClass | To be added. | |
| ThresholdType | To be added. |
| Name | Description | |
|---|---|---|
| Add | Add the specified String to the collection of Strings. | |
| Clear | Clear all String elements in the collection. | |
| Contains | Returns true if the specified String is contained into the collection. | |
| Get | Returns the all the strings from the collection. | |
| Iterator | Returns an iterator over elements of String. | |
| Remove | Remove the specified String from the collection of Strings. | |
| RemoveAll | Remove the specified collection of String from this collection of Strings. | |
| Size | Returns the number of String elements in this collection. |
StringSetBlob implements the SerializableBlob that manages a collection of String.