Click or drag to resize

SynchronizedSetT Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.SynchronizedSet`1"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.collectionsSynchronizedCollectionT
    com.espertech.esper.compat.collectionsSynchronizedSetT

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class SynchronizedSet<T> : SynchronizedCollection<T>, 
	ISet<T>, ICollection, IEnumerable, IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.collections.SynchronizedSet`1"]

The SynchronizedSetT type exposes the following members.

Constructors
  NameDescription
Public methodSynchronizedSetT
Initializes a new instance of the SynchronizedSetT class.
Top
Properties
Methods
  NameDescription
Public methodAdd (Inherited from SynchronizedCollectionT.)
Public methodAddAll (Inherited from SynchronizedCollectionT.)
Public methodClear (Inherited from SynchronizedCollectionT.)
Public methodContains (Inherited from SynchronizedCollectionT.)
Public methodCopyTo (Inherited from SynchronizedCollectionT.)
Public methodExceptWith
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from SynchronizedCollectionT.)
Public methodIntersectWith
Public methodIsProperSubsetOf
Public methodIsProperSupersetOf
Public methodIsSubsetOf
Public methodIsSupersetOf
Public methodOverlaps
Public methodRemove (Inherited from SynchronizedCollectionT.)
Public methodRemoveAll (Inherited from SynchronizedCollectionT.)
Public methodSetEquals
Public methodSymmetricExceptWith
Public methodToArray
Converts the set to an array.
(Inherited from SynchronizedCollectionT.)
Public methodUnionWith
Top
Extension Methods
  NameDescription
Public Extension MethodAddAllT (Defined by CompatExtensions.)
Public Extension MethodAsHashSetT (Defined by CompatExtensions.)
Public Extension MethodAsLinkedListT (Defined by CompatExtensions.)
Public Extension MethodAsReadOnlyCollectionT (Defined by CompatExtensions.)
Public Extension MethodAsSyncCollectionT (Defined by CompatExtensions.)
Public Extension MethodAsSyncSetT (Defined by CompatExtensions.)
Public Extension MethodAtIndex(Int32)Overloaded.
Gets the item at the nth index of the enumerable.
(Defined by CompatExtensions.)
Public Extension MethodAtIndex(Int32, FuncT, TResult)Overloaded. (Defined by CompatExtensions.)
Public Extension MethodCheckedContainsT (Defined by Collections.)
Public Extension MethodContainsAllT (Defined by CompatExtensions.)
Public Extension MethodEnumerateWithLookaheadT (Defined by CompatExtensions.)
Public Extension MethodForT (Defined by CompatExtensions.)
Public Extension MethodHasFirstT (Defined by CompatExtensions.)
Public Extension MethodIsT, TX (Defined by CompatExtensions.)
Public Extension MethodIsEmptyT (Defined by CompatExtensions.)
Public Extension MethodIsEmptyOrNullT (Defined by CompatExtensions.)
Public Extension MethodIsNotEmptyT (Defined by CompatExtensions.)
Public Extension MethodMaterializeArrayT (Defined by CompatExtensions.)
Public Extension MethodRemoveAllT (Defined by CompatExtensions.)
Public Extension MethodRender(TextWriter)Overloaded.
Renders an enumerable source
(Defined by CompatExtensions.)
Public Extension MethodRender(FuncT, TResult)Overloaded. (Defined by CompatExtensions.)
Public Extension MethodRenderTK, TV(Void)Overloaded. (Defined by CompatExtensions.)
Public Extension MethodReverseT (Defined by CompatExtensions.)
Public Extension MethodSecondT (Defined by CompatExtensions.)
Public Extension MethodToArrayOrNullT (Defined by CompatExtensions.)
Public Extension MethodToListOrNullT (Defined by CompatExtensions.)
Top
See Also