![]() | SynchronizedSetT Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.SynchronizedSet`1"]
Namespace: com.espertech.esper.compat.collections
public class SynchronizedSet<T> : SynchronizedCollection<T>, ISet<T>, ICollection, IEnumerable, IEnumerable
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.collections.SynchronizedSet`1"]
The SynchronizedSetT type exposes the following members.
Name | Description | |
---|---|---|
![]() | SynchronizedSetT |
Initializes a new instance of the SynchronizedSetT class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollectionT.
(Inherited from SynchronizedCollectionT.) |
![]() | First |
Returns the first item in the set
(Inherited from SynchronizedCollectionT.) |
![]() | IsEmpty |
Gets a value indicating whether this instance is empty.
(Inherited from SynchronizedCollectionT.) |
![]() | IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from SynchronizedCollectionT.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the ICollectionT.
(Inherited from SynchronizedCollectionT.) |
![]() | AddAll | (Inherited from SynchronizedCollectionT.) |
![]() | Clear |
Removes all items from the ICollectionT.
(Inherited from SynchronizedCollectionT.) |
![]() | Contains |
Determines whether the ICollectionT contains a specific value.
(Inherited from SynchronizedCollectionT.) |
![]() | CopyTo | (Inherited from SynchronizedCollectionT.) |
![]() | ExceptWith | |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from SynchronizedCollectionT.) |
![]() | IntersectWith | |
![]() | IsProperSubsetOf | |
![]() | IsProperSupersetOf | |
![]() | IsSubsetOf | |
![]() | IsSupersetOf | |
![]() | Overlaps | |
![]() | Remove |
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from SynchronizedCollectionT.) |
![]() | RemoveAll | (Inherited from SynchronizedCollectionT.) |
![]() | SetEquals | |
![]() | SymmetricExceptWith | |
![]() | ToArray |
Converts the set to an array.
(Inherited from SynchronizedCollectionT.) |
![]() | UnionWith |