TCollections.CreateHashMultiMap<TKey,TValue> Method

Overloads

CreateHashMultiMap<TKey,TValue>(TDictionaryOwnerships)

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

Type Parameters

TKey
TValue

Parameters

Returns

IMultiMap<TKey, TValue>

CreateHashMultiMap<TKey,TValue>(IEqualityComparer<TKey>, TDictionaryOwnerships)

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

Type Parameters

TKey
TValue

Parameters

keyComparer
IEqualityComparer<TKey>

Returns

IMultiMap<TKey, TValue>

CreateHashMultiMap<TKey,TValue>(IEqualityComparer<TKey>, IEqualityComparer<TValue>, TDictionaryOwnerships)

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

Type Parameters

TKey
TValue

Parameters

keyComparer
IEqualityComparer<TKey>
valueComparer
IEqualityComparer<TValue>

Returns

IMultiMap<TKey, TValue>