Class TDeamortizedDArrayCuckooMapEnumerator

Unit

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

Private TItem = record

Internal Types

Private TItemsArray = array of TItem;

Fields

Private FMainIndex: SizeInt;

Methods

Protected function DoMoveNext: Boolean; override;
Public constructor Create(ADictionary: TCustomDictionary< TKey, TValue, THashFactory>);

Description

Internal Types

Private TItemsArray = array of TItem;
 

Fields

Private FMainIndex: SizeInt;
 

Methods

Protected function DoMoveNext: Boolean; override;
 
Public constructor Create(ADictionary: TCustomDictionary< TKey, TValue, THashFactory>);
 

Generated by PasDoc 0.15.0.