Class TOpenAddressingSH

Unit

Declaration

type TOpenAddressingSH<TKey,TValue,THashFactory,TProbeSequence> = class(TOpenAddressingTombstones<TKey,TValue,THashFactory,TProbeSequence>)

Description

No description available, ancestor TOpenAddressingTombstones description follows

More info and TODO https://github.com/OpenHFT/UntitledCollectionsProject/wiki/Tombstones-purge-from-hashtable:-theory-and-practice

Hierarchy

Overview

Internal Classes and Records

Private _TItem = record

Methods

Protected function FindBucketIndex(constref AItems: TArray<TItem>; constref AKey: TKey; out AHash: UInt32): SizeInt; override; overload;
Protected function FindBucketIndexOrTombstone(constref AItems: TArray<TItem>; constref AKey: TKey; out AHash: UInt32): SizeInt; override;

Description

Methods

Protected function FindBucketIndex(constref AItems: TArray<TItem>; constref AKey: TKey; out AHash: UInt32): SizeInt; override; overload;
 
Protected function FindBucketIndexOrTombstone(constref AItems: TArray<TItem>; constref AKey: TKey; out AHash: UInt32): SizeInt; override;
 

Generated by PasDoc 0.15.0.