Table of Contents

Namespace Hi.Common.Collections

Classes

DictionaryUtil

Utility class providing extension methods for dictionary operations.

EnumerableUtil

Utility class providing extension methods for enumerable collections.

FixedSizeConcurrentLinkedListUtil

Utility of Fixed Size Concurrent LinkedList.

ListIndexBasedEnumerable<T>

Provides an enumerable wrapper for a list that iterates over a specified range of indices.

ListIndexBasedIEnumerator<T>

Provides an enumerator that iterates over a specified range of indices in a list.

ListUtil

Provides utility methods for working with lists and collections.

SortedListUtil

Utility class providing extension methods for SortedList operations.

SynList<T>

Thread-safe List.

Enums

ListUtil.OuterPolationMode

Defines the mode for handling values outside the range of a collection during interpolation.

SortedListUtil.SearchMethod

Specifies the search method to use when looking for values in a sorted list.