TCollections.CreateSortedMultiMap<TKey,TValue> Method

Overloads

CreateSortedMultiMap<TKey,TValue>(TDictionaryOwnerships)

Delphi
class function CreateSortedMultiMap<TKey,TValue>(ownerships: TDictionaryOwnerships): IMultiMap<TKey,TValue>

Type Parameters

TKey
TValue

Parameters

Returns

IMultiMap<TKey, TValue>

CreateSortedMultiMap<TKey,TValue>(IComparer<TKey>, TDictionaryOwnerships)

Delphi
class function CreateSortedMultiMap<TKey,TValue>(const keyComparer: IComparer<TKey>; ownerships: TDictionaryOwnerships): IMultiMap<TKey,TValue>

Type Parameters

TKey
TValue

Parameters

keyComparer
IComparer<TKey>

Returns

IMultiMap<TKey, TValue>