TCollections.CreateSortedMultiMap<TKey,TValue> Method
Overloads
| CreateSortedMultiMap<TKey,TValue>(TDictionaryOwnerships) | |
| CreateSortedMultiMap<TKey,TValue>(IComparer<TKey>, TDictionaryOwnerships) |
Delphi
class function CreateSortedMultiMap<TKey,TValue>(ownerships: TDictionaryOwnerships): IMultiMap<TKey,TValue>
Type Parameters
- TKey
- TValue
Parameters
- ownerships
- TDictionaryOwnerships
Returns
IMultiMap<TKey, TValue>
Delphi
class function CreateSortedMultiMap<TKey,TValue>(const keyComparer: IComparer<TKey>; ownerships: TDictionaryOwnerships): IMultiMap<TKey,TValue>
Type Parameters
- TKey
- TValue
Parameters
- keyComparer
- IComparer<TKey>
- ownerships
- TDictionaryOwnerships
Returns
IMultiMap<TKey, TValue>