Concurrent, distributed implementation of ISet
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
public interface IHSet<T> : IHCollection<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IDistributedObject
Type Parameters
- T
The IHSetT type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollectionT. (Inherited from ICollectionT.) | |
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionT.) |
Methods
Name | Description | |
---|---|---|
Add |
Adds the specified item.
(Inherited from IHCollectionT.) | |
AddAllTE |
Adds all.
(Inherited from IHCollectionT.) | |
AddItemListener | Adds an item listener for this collection. (Inherited from IHCollectionT.) | |
Clear | Removes all items from the ICollectionT. (Inherited from ICollectionT.) | |
Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionT.) | |
ContainsAllTE |
Determines whether this collection contains all of the elements in the specified collection.
(Inherited from IHCollectionT.) | |
CopyTo | (Inherited from ICollectionT.) | |
Destroy | Destroys this object cluster-wide. (Inherited from IDistributedObject.) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableT.) | |
GetName | Returns the unique name for this IDistributedObject. (Inherited from IDistributedObject.) | |
GetPartitionKey | Returns the key of partition this IDistributedObject is assigned to. (Inherited from IDistributedObject.) | |
GetServiceName | Returns the service name for this object. (Inherited from IDistributedObject.) | |
IsEmpty |
Determines whether this instance is empty.
(Inherited from IHCollectionT.) | |
Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionT.) | |
RemoveAllTE |
Removes all of the elements in the specified collection from this collection.
(Inherited from IHCollectionT.) | |
RemoveItemListener | Removes the specified item listener. (Inherited from IHCollectionT.) | |
RetainAllTE |
Retains only the elements in this collection that are contained in the specified collection (optional operation).
(Inherited from IHCollectionT.) | |
Size |
Gets the number of elements contained in the collection.
(Inherited from IHCollectionT.) | |
ToArray |
Returns an array containing all of the elements in this collection.
(Inherited from IHCollectionT.) | |
ToArrayTE(TE) |
Returns an array containing all of the elements in this collection
the runtime type of the returned array is that of the specified array
(Inherited from IHCollectionT.) |
Remarks
See Also