TCollections.CreateSortedHashMultiMap<TKey,TValue> Method

Overloads

CreateSortedHashMultiMap<TKey,TValue>(TDictionaryOwnerships)

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

Type Parameters

TKey
TValue

Parameters

Returns

IMultiMap<TKey, TValue>

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

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

Type Parameters

TKey
TValue

Parameters

keyComparer
IComparer<TKey>

Returns

IMultiMap<TKey, TValue>

CreateSortedHashMultiMap<TKey,TValue>(IComparer<TKey>, IEqualityComparer<TValue>, TDictionaryOwnerships)

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

Type Parameters

TKey
TValue

Parameters

keyComparer
IComparer<TKey>
valueComparer
IEqualityComparer<TValue>

Returns

IMultiMap<TKey, TValue>