Class TDeamortizedDArrayCuckooMapEnumerator
Unit
Generics.Collections
Declaration
type TDeamortizedDArrayCuckooMapEnumerator<T,TKey,TValue,THashFactory,TCuckooCfg> = class abstract(TCustomDictionaryEnumerator<T,TKey,TValue,THashFactory>)
Description
No description available, ancestor TCustomDictionaryEnumerator description follows
TCustomDictionaryEnumerator
Hierarchy
Overview
Internal Classes and Records
Internal Types
Fields
Methods
Description
Internal Types
 |
TItemsArray = array of TItem; |
|
Fields
 |
FMainIndex: SizeInt; |
|
Methods
 |
function DoMoveNext: Boolean; override; |
|
Generated by PasDoc 0.15.0.
|