-
Notifications
You must be signed in to change notification settings - Fork 35
N_CodeJam_Collections
andrewvk edited this page Jun 23, 2016
·
14 revisions
The CodeJam.Collections namespace contains IEnumerable(T), array, or other collections related functionality.
Class | Description | |
---|---|---|
![]() |
Array(T) | Array type extensions. |
![]() |
ArrayExtensions | Array class extensions. |
![]() |
CollectionExtensions | Various collections extensions. |
![]() |
ComparerBuilder(T) | Builds comparer functions and comparers. |
![]() |
DictionaryExtensions | Extensions for IDictionary(TKey, TValue) |
![]() |
EnumerableExtensions | Extensions for IEnumerable(T) |
![]() |
KeyEqualityComparer | Provides static methods for creating KeyEqualityComparer(T, TKey). |
![]() |
KeyEqualityComparer(T, TKey) | An implementation of the IEqualityComparer(T) interface for compare values by comparing their extracted key values. |
![]() |
LazyDictionary | Provides static methods for ILazyDictionary(TKey, TValue). |
![]() |
LazyDictionary(TKey, TValue) | Dictionary with lazy values initialization. |
![]() |
QueryableExtensions | Extensions for IQueryable(T) |
Structure | Description | |
---|---|---|
![]() |
IndexedItem(T) | Represents an element associated with its index in a sequence. |
Interface | Description | |
---|---|---|
![]() |
ILazyDictionary(TKey, TValue) | Dictionary with lazy values initialization. |