![]() | Kaos.Collections Namespace |
Class | Description | |
---|---|---|
![]() | BtreeT | Provides base functionality for other classes in this library. |
![]() | RankedBagT |
Represents a collection of nondistinct items that can be accessed in sort order or by index.
|
![]() ![]() | RankedDictionaryTKey, TValue |
Represents a collection of key/value pairs with distinct keys that can be accessed in sort order or by index.
|
![]() | RankedDictionaryTKey, TValueKeyCollection |
Represents a collection of keys of a RankedDictionaryTKey, TValue.
|
![]() | RankedDictionaryTKey, TValueValueCollection |
Represents a collection of values of a RankedDictionaryTKey, TValue.
|
![]() ![]() | RankedMapTKey, TValue |
Represents a collection of key/value pairs with nondistinct keys that can be accessed in sort order or by index.
|
![]() | RankedMapTKey, TValueKeyCollection |
Represents a collection of keys of a RankedMapTKey, TValue.
|
![]() | RankedMapTKey, TValueValueCollection |
Represents a collection of values of a RankedMapTKey, TValue.
|
![]() ![]() | RankedSetT |
Represents a collection of distinct items that can be accessed in sort order or by index.
|
Structure | Description | |
---|---|---|
![]() | RankedBagTEnumerator | Enumerates the items of a RankedBagT in sort order. |
![]() | RankedDictionaryTKey, TValueEnumerator | Enumerates the sorted key/value pairs of a RankedDictionaryTKey, TValue. |
![]() | RankedDictionaryTKey, TValueKeyCollectionEnumerator | Enumerates the items of a RankedDictionaryTKey, TValueKeyCollection in sort order. |
![]() | RankedDictionaryTKey, TValueValueCollectionEnumerator | Enumerates the items of a RankedDictionaryTKey, TValueValueCollection in key sort order. |
![]() | RankedMapTKey, TValueEnumerator | Enumerates the sorted key/value pairs of a RankedMapTKey, TValue. |
![]() | RankedMapTKey, TValueKeyCollectionEnumerator | Enumerates the items of a RankedMapTKey, TValueKeyCollection in sort order. |
![]() | RankedMapTKey, TValueValueCollectionEnumerator | Enumerates the items of a RankedMapTKey, TValueValueCollection in key sort order. |
![]() | RankedSetTEnumerator | Enumerates the items of a RankedSetT in sort order. |