![]() | CopyOnWriteArraySetT Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.CopyOnWriteArraySet`1"]
Namespace: com.espertech.esper.compat.collections
public sealed class CopyOnWriteArraySet<T> : CopyOnWriteList<T>
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.collections.CopyOnWriteArraySet`1"]
The CopyOnWriteArraySetT type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopyOnWriteArraySetT | Initializes a new instance of the CopyOnWriteArraySetT class |
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollectionT.
(Inherited from CopyOnWriteListT.) |
![]() | First |
Returns the first item in the set
|
![]() | IsEmpty |
Gets a value indicating whether this instance is empty.
|
![]() | IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from CopyOnWriteListT.) |
![]() | Item |
Gets or sets the item at the specified index.
(Inherited from CopyOnWriteListT.) |
![]() | WriteLock |
Gets the write lock.
(Inherited from CopyOnWriteListT.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the ICollectionT.
(Overrides CopyOnWriteListTAdd(T).) |
![]() | AddAll | |
![]() | AddRange | (Inherited from CopyOnWriteListT.) |
![]() | Clear |
Removes all items from the ICollectionT.
(Inherited from CopyOnWriteListT.) |
![]() | Contains |
Determines whether the ICollectionT contains a specific value.
(Inherited from CopyOnWriteListT.) |
![]() | CopyTo | (Inherited from CopyOnWriteListT.) |
![]() | ForEach | (Inherited from CopyOnWriteListT.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from CopyOnWriteListT.) |
![]() | IndexOf |
Determines the index of a specific item in the IListT.
(Inherited from CopyOnWriteListT.) |
![]() | Insert |
Inserts an item to the IListT at the specified index.
(Inherited from CopyOnWriteListT.) |
![]() | Remove |
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from CopyOnWriteListT.) |
![]() | RemoveAll | (Inherited from CopyOnWriteListT.) |
![]() | RemoveAt |
Removes the IListT item at the specified index.
(Inherited from CopyOnWriteListT.) |
![]() | ToArray |
Converts the list to an array.
(Inherited from CopyOnWriteListT.) |