TCollections.CreateSortedTreeMultiMap<TKey,TValue> Method
Overloads
Delphi
class function CreateSortedTreeMultiMap<TKey,TValue>(ownerships: TDictionaryOwnerships): IMultiMap<TKey,TValue>
Type Parameters
- TKey
- TValue
Parameters
- ownerships
- TDictionaryOwnerships
Returns
IMultiMap<TKey, TValue>
Delphi
class function CreateSortedTreeMultiMap<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>
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>
- ownerships
- TDictionaryOwnerships
Returns
IMultiMap<TKey, TValue>