TCollections.CreateSortedTreeMultiMap<TKey,TValue> Method

Overloads

CreateSortedTreeMultiMap<TKey,TValue>(TDictionaryOwnerships)

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

Type Parameters

TKey
TValue

Parameters

Returns

IMultiMap<TKey, TValue>

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

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

Type Parameters

TKey
TValue

Parameters

keyComparer
IComparer<TKey>

Returns

IMultiMap<TKey, TValue>

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

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

Type Parameters

TKey
TValue

Parameters

keyComparer
IComparer<TKey>
valueComparer
IComparer<TValue>

Returns

IMultiMap<TKey, TValue>