ConcurrentHashSetT - класс

Represents a thread-safe hash-based unique collection.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public class ConcurrentHashSet<T> : IReadOnlyCollection<T>, 
	IEnumerable<T>, IEnumerable, ICollection<T>
Inheritance
Object    ConcurrentHashSetT
Implements
ICollectionT, IEnumerableT, IReadOnlyCollectionT, IEnumerable

Параметры типа

T
The type of the items in the collection.

Заметки

All public members of ConcurrentHashSetT are thread-safe and may be used concurrently from multiple threads.

Конструкторы

ConcurrentHashSetT Initializes a new instance of the ConcurrentHashSetT class that is empty, has the default concurrency level, has the default initial capacity, and uses the default comparer for the item type.
ConcurrentHashSetT(IEnumerableT) Initializes a new instance of the ConcurrentHashSetT class that contains elements copied from the specified IEnumerableT, has the default concurrency level, has the default initial capacity, and uses the default comparer for the item type.
ConcurrentHashSetT(IEqualityComparerT) Initializes a new instance of the ConcurrentHashSetT class that is empty, has the specified concurrency level and capacity, and uses the specified IEqualityComparerT.
ConcurrentHashSetT(IEnumerableT, IEqualityComparerT) Initializes a new instance of the ConcurrentHashSetT class that contains elements copied from the specified IEnumerable, has the default concurrency level, has the default initial capacity, and uses the specified IEqualityComparerT.
ConcurrentHashSetT(Int32, Int32) Initializes a new instance of the ConcurrentHashSetT class that is empty, has the specified concurrency level and capacity, and uses the default comparer for the item type.
ConcurrentHashSetT(Int32, IEnumerableT, IEqualityComparerT) Initializes a new instance of the ConcurrentHashSetT class that contains elements copied from the specified IEnumerable, has the specified concurrency level, has the specified initial capacity, and uses the specified IEqualityComparerT.
ConcurrentHashSetT(Int32, Int32, IEqualityComparerT) Initializes a new instance of the ConcurrentHashSetT class that is empty, has the specified concurrency level, has the specified initial capacity, and uses the specified IEqualityComparerT.

Свойства

Comparer Gets the IEqualityComparerT that is used to determine equality for the values in the set.
Count Gets the number of items contained in the ConcurrentHashSetT.
IsEmpty Gets a value that indicates whether the ConcurrentHashSetT is empty.

Методы

Add Adds the specified item to the ConcurrentHashSetT.
Clear Removes all items from the ConcurrentHashSetT.
Contains Determines whether the ConcurrentHashSetT contains the specified item.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetEnumeratorReturns a value-type enumerator that iterates through the ConcurrentHashSetT.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToArray 
ToStringReturns a string that represents the current object.
(Унаследован от Object)
TryGetValue Searches the ConcurrentHashSetT for a given value and returns the equal value it finds, if any.
TryRemove Attempts to remove the item from the ConcurrentHashSetT.

Методы расширения

AddRangeT Добавляет значения items в коллекцию collection.
(Определяется CollectionsExtensions)
AddRangeT Добавляет значения items в коллекцию collection.
(Определяется CollectionsExtensions)
AllOrNullT Определяет отвечают ли все элементы последовательности переданному предикату.
(Определяется PlatformExtensions)
AsArrayT Преобразует коллекцию в массив. В случае, если коллекция не является массивом, к ней применяется ToArrayTSource(IEnumerableTSource).
(Определяется CollectionsExtensions)
ConvertToListDictionariesT Осуществляет сопоставлению коллекции source на коллекцию коллекций ключ-значение в соответствии с контекстом сопоставления по умолчанию
(Определяется DictionaryConverter)
ConvertToListDictionariesT Осуществляет сопоставлению коллекции source на коллекцию коллекций ключ-значение в соответствии с контекстом сопоставления context
(Определяется DictionaryConverter)
ForEachT Выполняет указанное действие с каждым элементом коллекции IEnumerableT.
(Определяется CollectionsExtensions)
FullOuterJoinT, TInner, TKey, TResult Объединяет две последовательности по алгоритму FULL OUTER JOIN.
(Определяется CollectionsExtensions)
Get
(Определяется ComHelper)
IndexOfT Возвращает индекс первого вхождения элемента в последовательность, определяемый посредством заданного выражения.
(Определяется CollectionsExtensions)
IndexOfT Возвращает индекс первого вхождения элемента в последовательность, определяемый посредством заданного компаратора IEqualityComparerT.
(Определяется CollectionsExtensions)
Invoke
(Определяется ComHelper)
OrderByAttributeAndTypeT

Сортирует элементы с учётом атрибута OrderAttribute на типах объектов.

Если атрибут отсутствует или элемент равен null - подразумевается 0. Если несколько зависимостей имеют одинаковый порядок, то они сортируются по краткому имени типа элемента (без пространства имён), а при его совпадении - по квалифицированному имени типа (с учётом пространства имён и названия сборки).


(Определяется PlatformExtensions)
OrderByDbmsBaseT Метод для сортировки списка в порядке по возрастанию с учётом особенностей СУБД.
(Определяется DataExtensions)
OrderByDependenciesT
(Определяется CollectionsExtensions)
OrderByDependenciesT
(Определяется CollectionsExtensions)
OrderByDependenciesT, TKey
(Определяется CollectionsExtensions)
OrderByDependenciesT, TKey
(Определяется CollectionsExtensions)
OrderByDescendingDbmsBaseT Метод для сортировки списка в порядке по убыванию с учётом особенностей СУБД.
(Определяется DataExtensions)
OrderByLocalizedT Сортирует значения последовательности по возрастанию по локализованному ключу, который определяется для каждого элемента.
(Определяется PlatformExtensions)
OrderByLocalizedDescendingT Сортирует значения последовательности по убыванию по локализованному ключу, который определяется для каждого элемента.
(Определяется PlatformExtensions)
RemoveRangeT Удаляет значения items из коллекции collection.
(Определяется CollectionsExtensions)
RemoveRangeT Удаляет значения items из коллекции collection.
(Определяется CollectionsExtensions)
RunWithMaxDegreeOfParallelismAsyncT Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions)
Set
(Определяется ComHelper)
ToDictionaryAsyncT, TKey, TElement Создает словарь DictionaryTKey, TValue из объекта IEnumerableT в соответствии с заданными функциями синхронного селектора ключа и асинхронного селектора значения.
(Определяется PlatformExtensions)
ToObservableCollectionT Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется CollectionsExtensions)
ToSealableListT Возвращает список объектов, поддерживающий защиту от изменений. Каждый из объектов T в списке либо не реализует интерфейс ISealable, либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется CollectionsExtensions)
TryFirstT Возвращает первый элемент последовательности, удовлетворяющий условию.
(Определяется CollectionsExtensions)
TrySingleOrDefaultT Возвращает единственный конкретный элемент коллекции или значение по умолчанию для типа, если этот элемент не найден.
(Определяется CollectionsExtensions)
WithPreviousAndNextT
(Определяется EnumerableExtensions)

См. также