Class TObjectDeamortizedDArrayCuckooMap
Unit
Generics.Collections
Declaration
type TObjectDeamortizedDArrayCuckooMap<TKey,TValue,THashFactory,TCuckooCfg> = class(TDeamortizedDArrayCuckooMap<TKey,TValue,THashFactory,TCuckooCfg>)
Description
No description available, ancestor TDeamortizedDArrayCuckooMap description follows
more info : http://arxiv.org/abs/0903.0391
Hierarchy
Overview
Fields
Methods
Description
Fields
Methods
 |
constructor Create(AOwnerships: TDictionaryOwnerships); overload; |
can't be as "Create(AOwnerships: TDictionaryOwnerships; ACapacity: SizeInt = 0)" because bug #25607
|
 |
constructor Create(AOwnerships: TDictionaryOwnerships; const AComparer: IExtendedEqualityComparer<TKey>); overload; |
|
 |
constructor Create(AOwnerships: TDictionaryOwnerships; ACapacity: SizeInt; const AComparer: IExtendedEqualityComparer<TKey>); overload; |
|
Generated by PasDoc 0.15.0.
|