![]() | SynchronizedCollectionT Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.SynchronizedCollection`1"]
Namespace: com.espertech.esper.compat.collections
public class SynchronizedCollection<T> : ICollection, IEnumerable, IEnumerable
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.collections.SynchronizedCollection`1"]
The SynchronizedCollectionT type exposes the following members.
Name | Description | |
---|---|---|
![]() | SynchronizedCollectionT | Initializes a new instance of the SynchronizedCollectionT class |
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollectionT.
|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the ICollectionT.
|
![]() | AddAll | |
![]() | Clear |
Removes all items from the ICollectionT.
|
![]() | Contains |
Determines whether the ICollectionT contains a specific value.
|
![]() | CopyTo | |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() | Remove |
Removes the first occurrence of a specific object from the ICollectionT.
|
![]() | RemoveAll | |
![]() | ToArray |
Converts the set to an array.
|